┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-19 13:17:33 +0000
committerPeter Penz <[email protected]>2009-01-19 13:17:33 +0000
commitbe1298d9aabbcc18c8a2b1c697d2bca5e7c0a9f3 (patch)
tree35d744f864950dd6f14cf9f29f805686f7610d04 /src/dolphinui.rc
parented7d5e466f1b752197a055c70769232197e4eb61 (diff)
Provide a search box for the nepomuksearch:/ KIO slave. This is just an initial prototype to get some feedback, the search box and the URL navigator still need some love for this usecase...
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=913451
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 5500ddabb..566393e6b 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="7">
+<kpartgui name="dolphin" version="8">
<MenuBar>
<Menu name="file">
<Action name="create_new" />
@@ -125,4 +125,8 @@
<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>