diff options
| author | Peter Penz <[email protected]> | 2008-06-29 13:54:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-29 13:54:52 +0000 |
| commit | b5de4d8ffb3823c6c4bc0ce3d47e74bfa3970d5e (patch) | |
| tree | d57bdafebbb8fcd295495b9a358b77fbb4d3c80e /src/dolphinui.rc | |
| parent | cb32d720d1b6ab82709697b2e4b9cf1067c14151 (diff) | |
Don't disable the "Properties" action when no file is selected, just use the current folder as source. TODO: the code in DolphinPart::slotProperties() and DolphinMainWindow::properties() is quite similar -> move to DolphinViewActionHandler?
CCMAIL: [email protected]
BUG: 165311
svn path=/trunk/KDE/kdebase/apps/; revision=825846
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 05875dcd4..c951f856b 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -86,7 +86,6 @@ <Action name="delete" /> <Action name="invert_selection" /> <Separator/> - <Action name="properties" /> <Action name="go_back" /> <Action name="go_forward" /> </disable> @@ -98,7 +97,6 @@ <Action name="rename" /> <Action name="move_to_trash" /> <Action name="delete" /> - <Action name="properties" /> <Action name="invert_selection" /> </enable> </State> @@ -110,7 +108,6 @@ <Action name="move_to_trash" /> <Action name="delete" /> <Action name="delete_shortcut" /> - <Action name="properties" /> <Action name="invert_selection" /> </disable> </State> |
