┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.rc
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-06-05 19:19:14 +0000
committerDavid Faure <[email protected]>2008-06-05 19:19:14 +0000
commit008f524498475dd28717b1f3d65e2c99bbdb5b2a (patch)
treeb4a5449051ec42f0b03deae6aa4d61958d691b9e /src/dolphinpart.rc
parentee5a78d967e19a995e40268021658cb1c7cc0440 (diff)
Move the "Create New" action (for the Edit menu, not for the context menu) to dolphinpart, so that
it doesn't appear while browsing the web [with a filemanagement profile initially]. The point is to make the GUI sensible whatever initial profile was selected and hopefully get rid of konq-filemanagement.rc/konq-webbrowsing.rc. svn path=/trunk/KDE/kdebase/apps/; revision=817326
Diffstat (limited to 'src/dolphinpart.rc')
-rw-r--r--src/dolphinpart.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc
index 6efc50ba9..de271b5d6 100644
--- a/src/dolphinpart.rc
+++ b/src/dolphinpart.rc
@@ -1,7 +1,9 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphinpart" version="7" >
+<kpartgui name="dolphinpart" version="8" >
<MenuBar>
<Menu name="edit">
+ <Action name="new_menu"/>
+ <Separator/>
<Action name="rename"/>
<Action name="move_to_trash" />
<Action name="delete"/>