[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 02/13: Use GtkBox instead of XfceHVBox

noreply at xfce.org noreply at xfce.org
Sun Apr 30 20:29:06 CEST 2017


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

skunnyk pushed a commit to branch master
in repository panel-plugins/xfce4-sample-plugin.

commit cd4b214991dc4c69f747f1eee963fe464f4cf94e
Author: Romain B <skunnyk at alteroot.org>
Date:   Wed May 4 21:38:45 2016 +0200

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

diff --git a/panel-plugin/sample.c b/panel-plugin/sample.c
index fcdcdcf..4810630 100644
--- a/panel-plugin/sample.c
+++ b/panel-plugin/sample.c
@@ -153,7 +153,7 @@ sample_new (XfcePanelPlugin *plugin)
   sample->ebox = gtk_event_box_new ();
   gtk_widget_show (sample->ebox);
 
-  sample->hvbox = xfce_hvbox_new (orientation, FALSE, 2);
+  sample->hvbox = gtk_box_new (orientation, 2);
   gtk_widget_show (sample->hvbox);
   gtk_container_add (GTK_CONTAINER (sample->ebox), sample->hvbox);
 

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


More information about the Xfce4-commits mailing list