diff options
| author | Peter Penz <[email protected]> | 2007-01-07 21:10:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-07 21:10:52 +0000 |
| commit | b4543ce1708dc0e59cb1dd54e1c53648c5959b24 (patch) | |
| tree | e82b2aadb91e799fed7ba21bf8d4ef0fde9bbacb /src/dolphinui.rc | |
| parent | 445f0b64bdd34e39f0565ef870937ebd3d5dfa61 (diff) | |
Remember the position and size of the docks by using QMainWindow::saveState() and QMainWindow::restoreState(). I assume that in KDE 4 there will be a generic mechanism to store the position and size of docks like done for toolbars -> this is only a temporary solution to have a usable version of Dolphin in the meantime.
svn path=/trunk/playground/utils/dolphin/; revision=620954
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 22bfe909e..a090a1d2f 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -43,7 +43,7 @@ <Separator/> <Menu name="panels"> <text>Panels</text> - <Action name="show_shortcuts_panel" /> + <Action name="show_bookmarks_panel" /> <Action name="show_info_panel" /> </Menu> <Menu name="navigation_bar"> |
