[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 04/15: Use GtkBox instead of XfceHVBox

noreply at xfce.org noreply at xfce.org
Fri Oct 4 05:13:39 CEST 2019


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-time-out-plugin.

commit 04ed7473b690798f7a69356283435bb9a9abc6c9
Author: Skunnyk <skunnyk at alteroot.org>
Date:   Thu May 19 13:22:11 2016 +0200

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

diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 2abefdf..0446fb2 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -197,7 +197,7 @@ time_out_new (XfcePanelPlugin *plugin)
   gtk_widget_show (time_out->ebox);
 
   /* Create flexible box which can do both, horizontal and vertical layout */
-  time_out->hvbox = xfce_hvbox_new (orientation, FALSE, 2);
+  time_out->hvbox = gtk_box_new (orientation, 2);
   gtk_container_add (GTK_CONTAINER (time_out->ebox), time_out->hvbox);
   gtk_widget_show (time_out->hvbox);
 

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


More information about the Xfce4-commits mailing list