From: John Darrington Date: Sat, 28 Apr 2012 14:09:58 +0000 (+0200) Subject: PsppireDialogAction: Destroy dialog after it has been run X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=7f5aa44d007ed06951403608ebddef067e512494 PsppireDialogAction: Destroy dialog after it has been run --- diff --git a/src/ui/gui/psppire-dialog-action.c b/src/ui/gui/psppire-dialog-action.c index e2b15e03eb..8bf5a8d545 100644 --- a/src/ui/gui/psppire-dialog-action.c +++ b/src/ui/gui/psppire-dialog-action.c @@ -126,6 +126,8 @@ psppire_dialog_action_activate (PsppireDialogAction *act) break; } } + + gtk_widget_destroy (act->dialog); } static void