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
This commit is contained in:
Christian Stimming 2003-03-23 12:35:55 +00:00
parent 3cbd89037a
commit 81b798f7d4

View File

@ -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);