This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository panel-plugins/xfce4-genmon-plugin.
commit 940fc799fff79435cf316d554859b5d9bcb096c3 Author: ToZ <[email protected]> Date: Sat May 14 11:21:38 2016 -0400 Use gtk_separator_new instead of gtk_hseparator_new --- panel-plugin/config_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c index 743eacf..18c96a3 100644 --- a/panel-plugin/config_gui.c +++ b/panel-plugin/config_gui.c @@ -142,7 +142,7 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1, gtk_entry_set_max_length (GTK_ENTRY (wTF_Title), 16); gtk_entry_set_text (GTK_ENTRY (wTF_Title), _("(genmon)")); - hseparator10 = gtk_hseparator_new (); + hseparator10 = gtk_separator_new(GTK_ORIENTATION_HORIZONTAL); gtk_widget_show (hseparator10); gtk_box_pack_start (GTK_BOX (vbox1), hseparator10, FALSE, FALSE, 0); -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
