Tue, 17 Jan 2006 06:37:43 +0000
[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;