[Xfce4-commits] <postler:master> Set secondary-toolbar class on the folder pane

Christian Dywan noreply at xfce.org
Wed Jul 6 00:42:01 CEST 2011


Updating branch refs/heads/master
         to 497383f232662f2263734647cded2a866415d956 (commit)
       from 02697543d5c277eaa49743b5dc83f7ff0960a8bd (commit)

commit 497383f232662f2263734647cded2a866415d956
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Jul 6 00:41:36 2011 +0200

    Set secondary-toolbar class on the folder pane

 postler/postler-folders.vala |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index f64ce57..a8db679 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -18,6 +18,10 @@ public class Postler.Folders : Gtk.Toolbar {
     public FolderType selected_type { get; private set; }
 
     public Folders (Accounts accounts) {
+#if HAVE_GTK3
+        get_style_context ().add_class ("secondary-toolbar");
+#endif
+
         this.accounts = accounts;
         accounts.add_info.connect ((info) => {
             if (info.type == AccountType.SEARCH) {



More information about the Xfce4-commits mailing list