summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar-ui.xml
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-02-15 12:50:28 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-02-17 11:25:17 -0500
commit1373f01db2180f080e1d7b02e1655fecb33c21f2 (patch)
tree8c099e98e8632d651f1dc828c8dd82dad6ea45d4 /src/nautilus-toolbar-ui.xml
parent7131487c8bebbbad075b238ec03934a78cf233d9 (diff)
downloadnautilus-1373f01db2180f080e1d7b02e1655fecb33c21f2.tar.gz
toolbar: fix toolbar with split pane
The way we used to instantiate the toolbar, from the navigation window UIManager, did not work fine in the new UI design, as we have a toolbar for each pane now; so we must instantiate a new UIManager for each pane, and add to it the navigation action group to fetch actions from.
Diffstat (limited to 'src/nautilus-toolbar-ui.xml')
-rw-r--r--src/nautilus-toolbar-ui.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nautilus-toolbar-ui.xml b/src/nautilus-toolbar-ui.xml
new file mode 100644
index 000000000..42c88e7cc
--- /dev/null
+++ b/src/nautilus-toolbar-ui.xml
@@ -0,0 +1,7 @@
+<ui>
+<toolbar name="Toolbar">
+ <toolitem name="Back" action="Back"/>
+ <toolitem name="Forward" action="Forward"/>
+ <toolitem name="Search" action="Search"/>
+</toolbar>
+</ui> \ No newline at end of file