comparison src/gtknotify.c @ 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 c4cb90065e1d
children d83f745c997b
comparison
equal deleted inserted replaced
10749:3839df4f7074 10750:d5a00882d118
579 579
580 gtk_widget_destroy(data->window); 580 gtk_widget_destroy(data->window);
581 581
582 g_free(data); 582 g_free(data);
583 } 583 }
584 else 584 else if (ui_handle != NULL)
585 gtk_widget_destroy(GTK_WIDGET(ui_handle)); 585 gtk_widget_destroy(GTK_WIDGET(ui_handle));
586 } 586 }
587 587
588 #ifndef _WIN32 588 #ifndef _WIN32
589 static gint 589 static gint