aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-21 19:44:26 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-04-21 19:46:08 +0800
commit082e8593fdf6d857e4471757a94ace146169ef2c (patch)
treeaa0ee29338240c0e4b51f0b2fa288b9f75f37e7d
parent78f83f5811bc58678957c4995b5ed88417ccb2a1 (diff)
downloadgsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar.gz
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar.bz2
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar.lz
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar.xz
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.tar.zst
gsoc2013-evolution-082e8593fdf6d857e4471757a94ace146169ef2c.zip
Bug 648346 - Add style class to message browser toolbar
(cherry picked from commit 69add830e12856ab29b96bdce7335bf18e0a2a6f)
-rw-r--r--mail/e-mail-browser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c
index ba0c585f7b..e1aeed0abf 100644
--- a/mail/e-mail-browser.c
+++ b/mail/e-mail-browser.c
@@ -655,6 +655,10 @@ mail_browser_constructed (GObject *object)
priv->main_toolbar = g_object_ref (widget);
gtk_widget_show (widget);
+ gtk_style_context_add_class (
+ gtk_widget_get_style_context (widget),
+ GTK_STYLE_CLASS_PRIMARY_TOOLBAR);
+
widget = e_alert_bar_new ();
gtk_box_pack_start (GTK_BOX (container), widget, FALSE, FALSE, 0);
priv->alert_bar = g_object_ref (widget);