gaim/gaim

Parents 9230aa8eb647
Children cff52fd5fd46
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
--- a/src/gtknotify.c Fri Mar 25 20:19:45 2005 -0500
+++ b/src/gtknotify.c Sun Mar 27 12:36:43 2005 -0500
@@ -410,7 +410,7 @@
g_free(data->url);
g_free(data);
}
- else
+ else if (ui_handle != NULL)
gtk_widget_destroy(GTK_WIDGET(ui_handle));
}