[gaim-migrate @ 15264]

Tue, 17 Jan 2006 06:37:43 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 17 Jan 2006 06:37:43 +0000
changeset 12911
d038446e7be7
parent 12910
e6c3213c28ec
child 12912
fdad9199a6e8

[gaim-migrate @ 15264]
Odd, now I'm seeing the warnings in gaim_gtk_notify_emails() that KingAnt was talking about. Maybe I don't have enough warning flags set in my other tree. Anyway, we analyzed this and they're false positives.

src/gtknotify.c file | annotate | diff | comparison | revisions
--- a/src/gtknotify.c	Tue Jan 17 06:09:47 2006 +0000
+++ b/src/gtknotify.c	Tue Jan 17 06:37:43 2006 +0000
@@ -285,8 +285,8 @@
 					   const char **tos, const char **urls)
 {
 	GaimNotifyMailData *data = NULL;
-	GtkWidget *dialog;
-	GtkWidget *vbox;
+	GtkWidget *dialog = NULL;
+	GtkWidget *vbox = NULL;
 	GtkWidget *hbox;
 	GtkWidget *label;
 	GtkWidget *img;

mercurial