[Xfce4-commits] [apps/xfce4-taskmanager] 03/10: use a plain GtkBox for the statusbar

noreply at xfce.org noreply at xfce.org
Thu Dec 11 23:30:43 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.

commit f7dc12a375ded72039ecc079e52b56823920267a
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Dec 11 22:44:12 2014 +0100

    use a plain GtkBox for the statusbar
---
 src/process-statusbar.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/process-statusbar.c b/src/process-statusbar.c
index 23cb022..376e408 100644
--- a/src/process-statusbar.c
+++ b/src/process-statusbar.c
@@ -100,7 +100,11 @@ xtm_process_statusbar_init (XtmProcessStatusbar *statusbar)
 	}
 #endif
 
+#if HAVE_GTK3
+	hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 16);
+#else
 	hbox = gtk_hbox_new (FALSE, 16);
+#endif
 	gtk_box_pack_start (GTK_BOX (area), hbox, TRUE, TRUE, 6);
 
 	statusbar->label_num_processes = gtk_label_new (NULL);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list