changeset 10750:d5a00882d118

[gaim-migrate @ 12353] The notify ui_handle is going to be NULL for all uri type notifications. It seems that we maybe shouldn't be storing the uri notification sin the notify handles list at all, but I suppose it could be useful for some other UI committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 27 Mar 2005 17:39:22 +0000
parents 3839df4f7074
children bf5e48215158
files src/gtknotify.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtknotify.c	Sun Mar 27 05:17:18 2005 +0000
+++ b/src/gtknotify.c	Sun Mar 27 17:39:22 2005 +0000
@@ -581,7 +581,7 @@
 
 		g_free(data);
 	}
-	else
+	else if (ui_handle != NULL)
 		gtk_widget_destroy(GTK_WIDGET(ui_handle));
 }