From 81b798f7d4dd29284c623d4f14875b576f3e2b23 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 23 Mar 2003 12:35:55 +0000 Subject: [PATCH] Forgot this part of close-on-finish fix. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8099 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/hbci/hbci-progressmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/import-export/hbci/hbci-progressmon.c b/src/import-export/hbci/hbci-progressmon.c index 4c079747a6..12e661979a 100644 --- a/src/import-export/hbci/hbci-progressmon.c +++ b/src/import-export/hbci/hbci-progressmon.c @@ -331,7 +331,8 @@ on_button_clicked (GtkButton *button, GNCInteractor_setAborted(data); } else if (strcmp (name, "close_button") == 0) { if (data->state != RUNNING) - GNCInteractor_hide (data); + gtk_widget_hide_all (data->dialog); + /*GNCInteractor_hide (data);*/ } else { printf("on_button_clicked: Oops, unknown button: %s\n", name);