[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 06/16: Use GtkSeparator instead of GtkHSeparator

noreply at xfce.org noreply at xfce.org
Thu Apr 28 18:10:06 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-diskperf-plugin.

commit d0cf49e2d5efa07e715b3b50b1376d8b24f3e67a
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Apr 28 18:00:41 2016 +0200

    Use GtkSeparator instead of GtkHSeparator
---
 panel-plugin/config_gui.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
index e708c87..33ff098 100644
--- a/panel-plugin/config_gui.c
+++ b/panel-plugin/config_gui.c
@@ -145,7 +145,7 @@ int CreateConfigGUI (GtkWidget * vbox1, struct gui_t *p_poGUI)
     gtk_entry_set_max_length (GTK_ENTRY (wTF_Title), 16);
     gtk_entry_set_text (GTK_ENTRY (wTF_Title), _("hda1"));
 
-    hseparator7 = gtk_hseparator_new ();
+    hseparator7 = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
     gtk_widget_show (hseparator7);
     gtk_box_pack_start (GTK_BOX (vbox1), hseparator7, TRUE, TRUE, 0);
 
@@ -194,7 +194,7 @@ int CreateConfigGUI (GtkWidget * vbox1, struct gui_t *p_poGUI)
     gtk_entry_set_max_length (GTK_ENTRY (wTF_MaxXfer), 3);
     gtk_entry_set_text (GTK_ENTRY (wTF_MaxXfer), _("35"));
 
-    hseparator8 = gtk_hseparator_new ();
+    hseparator8 = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
     gtk_widget_show (hseparator8);
     gtk_box_pack_start (GTK_BOX (vbox1), hseparator8, FALSE, FALSE, 0);
 

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


More information about the Xfce4-commits mailing list