# HG changeset patch # User Richard Laager # Date 1137479863 0 # Node ID 14a103c0e4d57f401bfd54e39c30f34e547cd01d # Parent 3097275dbbdd2e992f3d061a2d7357bc8a64c2df [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. committer: Tailor Script diff -r 3097275dbbdd -r 14a103c0e4d5 src/gtknotify.c --- 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;