┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-07-24 16:37:07 +0000
committerPeter Penz <[email protected]>2010-07-24 16:37:07 +0000
commit49eb864b03b6370e403c6f048ab18d1478eab045 (patch)
treef056b119de4d358e056287b90ec2e05f53fe2004 /src/dolphinui.rc
parent4ba9eb8ea34baee7e5e100a0d3c33f23f75cf708 (diff)
Unify the search interface for non-indexed and indexed folders
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 3ec650daa..caa41ddf2 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="12">
+<kpartgui name="dolphin" version="13">
<MenuBar>
<Menu name="file">
<Action name="create_new" />
@@ -42,7 +42,6 @@
<Action name="closed_tabs" />
</Menu>
<Menu name="tools">
- <Action name="find_file" />
<Action name="show_filter_bar" />
<Action name="open_terminal" />
<Action name="compare_files" />
@@ -97,8 +96,4 @@
<Action name="show_preview" />
<Action name="split_view" />
</ToolBar>
- <ToolBar iconText="icononly" name="searchToolBar" newline="false">
- <text context="@title:menu">Search Toolbar</text>
- <Action name="search_bar" />
- </ToolBar>
</kpartgui>