[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 11/15:	s/global/time_out
    noreply at xfce.org 
    noreply at xfce.org
       
    Fri Oct  4 05:13:46 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 66b290228c8884828e351386e4cbe4d2927b1f70
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Sep 28 18:32:32 2019 -0300
    s/global/time_out
---
 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 f25d441..a24bd54 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -415,7 +415,7 @@ time_out_orientation_changed (XfcePanelPlugin *plugin,
   g_return_if_fail (time_out != NULL);
 
   /* Apply orientation to hvbox */
-  gtk_orientable_set_orientation(GTK_ORIENTABLE(global->box), orientation);
+  gtk_orientable_set_orientation(GTK_ORIENTABLE(time_out->hvbox), orientation);
 }
 
 static void
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list