# HG changeset patch # User Daniel Atallah # Date 1111945162 0 # Node ID d5a00882d118fad599a62f1501e5ad7686c622dc # Parent 3839df4f7074998d549e1ba137dd2cd389694d0c [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 diff -r 3839df4f7074 -r d5a00882d118 src/gtknotify.c --- 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)); }