[Xfce4-commits] <postler:master> Move View menu button to the right edge of the toolbar
Christian Dywan
noreply at xfce.org
Sat Nov 6 20:12:03 CET 2010
Updating branch refs/heads/master
to 89124c4b9a06c63d6e34d65eae398062fdf650cb (commit)
from 5b684840187cc322bfb2b48671f66370dd109fc5 (commit)
commit 89124c4b9a06c63d6e34d65eae398062fdf650cb
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Nov 6 20:11:14 2010 +0100
Move View menu button to the right edge of the toolbar
postler/postler-bureau.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 2658c6a..81305ad 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -67,8 +67,6 @@ public class Postler.Bureau : Gtk.Window {
<toolitem action="MessageFlag"/>
<toolitem action="MessageArchive"/>
<toolitem action="MessageDelete"/>
- <separator/>
- <toolitem action="View"/>
<separator expand="true"/>
</toolbar>
<popup name="view">
@@ -446,6 +444,8 @@ public class Postler.Bureau : Gtk.Window {
} );
toolitem.add (search);
toolitem.show_all ();
+ toolitem = actions.get_action ("View").create_tool_item () as Gtk.ToolItem;
+ toolbar.insert (toolitem, -1);
shelf.pack_start (toolbar, false, false, 0);
var hpaned = new Gtk.HPaned ();
folders = new Postler.Folders (accounts);
More information about the Xfce4-commits
mailing list