[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 10/27: Use GtkBox instead of GtkHBox

noreply at xfce.org noreply at xfce.org
Tue May 31 21:29:53 CEST 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 81cc75ddd31d845db4f3dd51beb18d591df1c759
Author: ToZ <toz at localhost.localdomain>
Date:   Sat May 14 15:12:05 2016 -0400

    Use GtkBox instead of GtkHBox
---
 panel-plugin/config_gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
index bd3c45b..c736fe4 100644
--- a/panel-plugin/config_gui.c
+++ b/panel-plugin/config_gui.c
@@ -151,7 +151,7 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1,
     
     gtk_widget_set_halign(GTK_CONTAINER (wPB_Font), GTK_ALIGN_START);
 
-    hbox4 = gtk_hbox_new (FALSE, 2);
+    hbox4 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
     gtk_widget_show (hbox4);
     gtk_container_add (GTK_CONTAINER (alignment3), hbox4);
 

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


More information about the Xfce4-commits mailing list