Mercurial > pidgin
changeset 12911:14a103c0e4d5
[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 <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 17 Jan 2006 06:37:43 +0000 |
parents | 3097275dbbdd |
children | 5f3d5f30590a |
files | src/gtknotify.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;