Index: ChangeLog =================================================================== --- ChangeLog (revision 10269) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +Tue Mar 14 13:59:23 GMT 2006 Daniel Drake + + * src/fe-gnome/about.c: + - Explicitly hide the about dialog on delete to prevent future crash. + (#334534) + Mon Mar 13 03:07:31 MST 2006 David Trowbridge * src/fe-gnome/conversation-panel.c: Index: src/fe-gnome/about.c =================================================================== --- src/fe-gnome/about.c (revision 10269) +++ src/fe-gnome/about.c (working copy) @@ -116,6 +116,7 @@ g_free (license_trans); + g_signal_connect (G_OBJECT (gui.about), "delete-event", G_CALLBACK(gtk_widget_hide_on_delete), NULL); gtk_window_set_transient_for (GTK_WINDOW (gui.about), GTK_WINDOW (gui.main_window)); }