[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 03/13: Use GtkOrientable instead of *_set_orientation
    noreply at xfce.org 
    noreply at xfce.org
       
    Sun Apr 30 20:29:07 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 e49235997ae3b6560cc86246ecb1d867c74e5d52
Author: Romain B <skunnyk at alteroot.org>
Date:   Wed May 4 21:40:05 2016 +0200
    Use GtkOrientable instead of *_set_orientation
---
 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 4810630..f146bb7 100644
--- a/panel-plugin/sample.c
+++ b/panel-plugin/sample.c
@@ -201,7 +201,7 @@ sample_orientation_changed (XfcePanelPlugin *plugin,
                             SamplePlugin    *sample)
 {
   /* change the orienation of the box */
-  xfce_hvbox_set_orientation (XFCE_HVBOX (sample->hvbox), orientation);
+  gtk_orientable_set_orientation(GTK_ORIENTABLE(sample->hvbox), orientation);
 }
 
 
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list