From 56f74fbb19e896d8166268d268cc50a0455e31e9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 18 Nov 2002 07:52:45 +0000 Subject: we need to destroy the dialog after we've run it, because run doesn't do 2002-11-18 Not Zed * gal/widgets/e-gui-utils.c (e_notice): we need to destroy the dialog after we've run it, because run doesn't do it for us like gnome-dialog did. svn path=/trunk/; revision=18816 --- widgets/misc/e-gui-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/misc/e-gui-utils.c') diff --git a/widgets/misc/e-gui-utils.c b/widgets/misc/e-gui-utils.c index 44b7223869..5572333521 100644 --- a/widgets/misc/e-gui-utils.c +++ b/widgets/misc/e-gui-utils.c @@ -66,6 +66,7 @@ e_notice (GtkWindow *window, const char *type, const char *format, ...) g_free (str); gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy(dialog); } static void -- cgit v1.2.3