Skip to content

Commit e22c406

Browse files
committed
Merge Dong Lin's 'stable-stale-import-balance' into stable.
2 parents fb6e8d9 + 4523cce commit e22c406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gnucash/import-export/import-main-matcher.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,11 @@ on_matcher_ok_clicked (GtkButton *button, GNCImportMainMatcher *info)
590590

591591
gnc_gen_trans_list_delete (info);
592592

593-
/* Allow GUI refresh again. */
594-
gnc_resume_gui_refresh ();
595-
596593
/* DEBUG ("End") */
597594
g_list_free_full (accounts_modified, (GDestroyNotify)xaccAccountCommitEdit);
595+
596+
/* Allow GUI refresh again upon commit completion. */
597+
gnc_resume_gui_refresh ();
598598
}
599599

600600
void

0 commit comments

Comments
 (0)