diff src/dialogs.c @ 1057:d50d3abb9eb7

[gaim-migrate @ 1067] attempting to pass -Wall (at least for app) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Nov 2000 10:46:58 +0000
parents 713b0e14e0a9
children 81d19577285a
line wrap: on
line diff
--- a/src/dialogs.c	Fri Nov 03 10:31:56 2000 +0000
+++ b/src/dialogs.c	Fri Nov 03 10:46:58 2000 +0000
@@ -46,7 +46,6 @@
 #include "pixmaps/ok.xpm"
 #include "pixmaps/add.xpm"
 #include "pixmaps/warn.xpm"
-#include "pixmaps/gnome_remove.xpm"
 
 #include "pixmaps/angel.xpm"
 #include "pixmaps/bigsmile.xpm"
@@ -3244,7 +3243,7 @@
 	GtkWidget *vbox;
 	GtkWidget *bbox;
 	GtkWidget *cancel;
-	GtkWidget *add;
+	static GtkWidget *add = NULL;
 	GtkWidget *label;
         GtkWidget *topbox;
 	static int a, c;