┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.rc
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-11-11 21:03:59 +0000
committerDavid Faure <[email protected]>2007-11-11 21:03:59 +0000
commit2a3035088bff8287fb92fd8dbd93aabe8aaa90d2 (patch)
treeff00d4462629490b5416da01e04ef840f7b65774 /src/dolphinpart.rc
parentaf22e14ba7850394e8ed4924c51190e7311f1f0f (diff)
Fix the other bug reported by BCoppens: the tab title was the full path, until switching tabs and back, then it changed to just the dir name (as it should be, in fact).
The logic in KonqView::setCaption was being confused by the part url still being empty; let's do things in the right order here. + .rc cleanups svn path=/trunk/KDE/kdebase/apps/; revision=735495
Diffstat (limited to 'src/dolphinpart.rc')
-rw-r--r--src/dolphinpart.rc14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc
index 85be1e5be..0f9dd276f 100644
--- a/src/dolphinpart.rc
+++ b/src/dolphinpart.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui version="2" name="dolphinpart" >
+<kpartgui version="3" name="dolphinpart" >
<MenuBar>
<Menu name="edit">
<Action name="select_all" />
@@ -32,18 +32,6 @@
<Action name="show_preview" />
<Action name="show_in_groups" />
<Action name="show_hidden_files" />
- <Menu name="panels">
- <text context="@title:menu">Panels</text>
- <Action name="show_places_panel" />
- <Action name="show_info_panel" />
- <Action name="show_folders_panel" />
- <Action name="show_terminal_panel" />
- </Menu>
- <Menu name="navigation_bar">
- <text context="@title:menu">Navigation Bar</text>
- <Action name="editable_location" />
- <Action name="edit_location" />
- </Menu>
<Separator/>
<Action name="view_properties" />
</Menu>