┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-29 13:54:52 +0000
committerPeter Penz <[email protected]>2008-06-29 13:54:52 +0000
commitb5de4d8ffb3823c6c4bc0ce3d47e74bfa3970d5e (patch)
treed57bdafebbb8fcd295495b9a358b77fbb4d3c80e /src/dolphinpart.rc
parentcb32d720d1b6ab82709697b2e4b9cf1067c14151 (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/dolphinpart.rc')
-rw-r--r--src/dolphinpart.rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc
index e285437d5..5f60737fc 100644
--- a/src/dolphinpart.rc
+++ b/src/dolphinpart.rc
@@ -67,7 +67,6 @@
<enable>
<Action name="move_to_trash" />
<Action name="delete" />
- <Action name="properties" />
</enable>
</State>
<State name="has_no_selection" >
@@ -75,7 +74,6 @@
<Action name="rename" />
<Action name="move_to_trash" />
<Action name="delete" />
- <Action name="properties" />
</disable>
</State>
</kpartgui>