[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 13/27: Fix vbox pointer issue
noreply at xfce.org
noreply at xfce.org
Tue May 31 21:29:56 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-genmon-plugin.
commit 32b59129268ec448d2828b374a76fafbc80d646c
Author: ToZ <toz at localhost.localdomain>
Date: Sun May 15 06:28:08 2016 -0400
Fix vbox pointer issue
---
panel-plugin/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 8cf9913..c3c2308 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -644,7 +644,7 @@ static void genmon_create_options (XfcePanelPlugin *plugin,
xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Generic Monitor"));
- vbox = GTK_BOX (gtk_box_new(GTK_ORIENTATION_VERTICAL, BORDER));
+ vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, BORDER);
gtk_container_set_border_width (GTK_CONTAINER (vbox), BORDER - 2);
gtk_widget_show(vbox);
gtk_box_pack_start(GTK_BOX (gtk_dialog_get_content_area(GTK_DIALOG(dlg))), vbox,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list