mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #610648 - Change Reconciled Split Dialog ignores pressing Cancel
Author: Robert Fewell <14ubobit@gmail.com> BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22340 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a95de8a2ed
commit
44fd7a4a57
@ -602,6 +602,8 @@ gnc_dialog_run (GtkDialog *dialog, const gchar *gconf_key)
|
||||
return GTK_RESPONSE_NO;
|
||||
}
|
||||
|
||||
if (response != GTK_RESPONSE_CANCEL)
|
||||
{
|
||||
/* Save the answer? */
|
||||
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(perm)))
|
||||
{
|
||||
@ -611,6 +613,6 @@ gnc_dialog_run (GtkDialog *dialog, const gchar *gconf_key)
|
||||
{
|
||||
gnc_gconf_set_int(GCONF_WARNINGS_TEMP, gconf_key, response, NULL);
|
||||
}
|
||||
|
||||
}
|
||||
return response;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user