[Xfce4-commits] <postler:master> Add primary-toolbar style class to main toolbar
Christian Dywan
noreply at xfce.org
Tue Aug 16 04:32:01 CEST 2011
Updating branch refs/heads/master
to c4b3cb0927792fd1f4bd4cbdf3702390838ec3de (commit)
from 993196ae65b6fafb154fe84b2f42a8c0c1329026 (commit)
commit c4b3cb0927792fd1f4bd4cbdf3702390838ec3de
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Aug 15 22:14:16 2011 +0200
Add primary-toolbar style class to main toolbar
postler/postler-bureau.vala | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index e4c76a8..b42475f 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -642,6 +642,9 @@ public class Postler.Bureau : Gtk.Window {
(toolchild as Gtk.SeparatorToolItem).draw = false;
}
toolbar.show_arrow = false;
+ #if HAVE_GTK3
+ toolbar.get_style_context ().add_class ("primary-toolbar");
+ #endif
actions.get_action ("MessageNew").is_important = true;
statusitem = new Gtk.ToolItem ();
More information about the Xfce4-commits
mailing list