[Xfce4-commits] <postler:master> Set secondary-toolbar class on the search options
Christian Dywan
noreply at xfce.org
Fri Jul 8 03:22:02 CEST 2011
Updating branch refs/heads/master
to 340c93c07c472ae90827d49441a27315a2d12481 (commit)
from febfef91e8098b4500fd3fc626e33bd759d15540 (commit)
commit 340c93c07c472ae90827d49441a27315a2d12481
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Jul 8 00:09:18 2011 +0200
Set secondary-toolbar class on the search options
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 256fdfe..65b15c0 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -714,6 +714,9 @@ public class Postler.Bureau : Gtk.Window {
});
search_options = ui.get_widget ("/search_options") as Gtk.Toolbar;
+ #if HAVE_GTK3
+ search_options.get_style_context ().add_class ("secondary-toolbar");
+ #endif
actions.get_action ("SearchSubject").is_important = true;
actions.get_action ("SearchSender").is_important = true;
actions.get_action ("SearchRecipient").is_important = true;
More information about the Xfce4-commits
mailing list