mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 23:58:03 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user