Skip to content

Commit c0d52f9

Browse files
committed
Merge Sherlock's 'bug799590' into stable.
2 parents 5bedd7f + 33349cd commit c0d52f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gnucash/gnome/window-reconcile.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@ startRecnWindow(GtkWidget *parent, Account *account,
819819

820820
while (gtk_dialog_run (GTK_DIALOG(dialog)) == GTK_RESPONSE_OK)
821821
{
822+
if (gnc_date_edit_get_date_end(GNC_DATE_EDIT(date_value)) != *statement_date)
823+
recn_date_changed_cb(date_value, &data);
824+
822825
/* If response is OK but end_value not valid, try again */
823826
if (gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT(end_value), NULL))
824827
{

0 commit comments

Comments
 (0)