diff options
| author | David Faure <[email protected]> | 2007-10-10 23:01:35 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-10-10 23:01:35 +0000 |
| commit | 8d4fb3608927960d9e45e672ce1cbe1fa3a548f9 (patch) | |
| tree | fe8691ccdb83ece1bcfc6b9beabf218b5d7607c5 /src/dolphinui.rc | |
| parent | 3b8c3c1b1e2d05d09aca2de0b0bf922fb9530b0d (diff) | |
DolphinPart: provide a way to switch between view modes in konqueror.
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions).
svn path=/trunk/KDE/kdebase/apps/; revision=723871
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 21d10c5f7..f43b8761f 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -121,6 +121,6 @@ <Action name="split_view" /> </ToolBar> <ActionProperties> - <Action shortcut="Backspace;XF86Back" name="go_back" /> + <Action shortcut="Backspace; XF86Back" name="go_back" /> </ActionProperties> </kpartgui> |
