Fix minor warning

Sun, 06 Sep 2009 01:39:10 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 06 Sep 2009 01:39:10 +0000
changeset 28514
10cd24370f4a
parent 28513
7dcf4884e142
child 28515
10d8aab24f2e

Fix minor warning

pidgin/gtkprefs.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkprefs.c	Sun Sep 06 00:57:23 2009 +0000
+++ b/pidgin/gtkprefs.c	Sun Sep 06 01:39:10 2009 +0000
@@ -1799,7 +1799,8 @@
 {
 	GtkWidget *ret;
 	GtkWidget *vbox, *hbox, *entry;
-	GtkWidget *table, *label, *auto_ip_checkbox, *ports_checkbox, *spin_button;
+	GtkWidget *table = NULL;
+	GtkWidget *label, *auto_ip_checkbox, *ports_checkbox, *spin_button;
 	GtkWidget *proxy_warning = NULL, *browser_warning = NULL;
 	GtkWidget *proxy_button = NULL, *browser_button = NULL;
 	GtkSizeGroup *sg;

mercurial