diff options
| author | Peter Penz <[email protected]> | 2009-01-19 13:17:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-19 13:17:33 +0000 |
| commit | be1298d9aabbcc18c8a2b1c697d2bca5e7c0a9f3 (patch) | |
| tree | 35d744f864950dd6f14cf9f29f805686f7610d04 /src/dolphinui.rc | |
| parent | ed7d5e466f1b752197a055c70769232197e4eb61 (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.rc | 6 |
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> |
