AUDIT: r17623 - gnucash/trunk/src/register/ledger-core - Register: Add a couple of missing calls to functions that use gnc_suspend_gui_refresh() so that they cannot exit without calling gnc_resume_gui_refresh(). Also add a gnc_suspend_gui_refresh()/gnc_resume_gui_refresh() pair around a commit that was missing it.

Charles Day cedayiv at cvs.gnucash.org
Sun Oct 12 12:51:55 EDT 2008


Author: cedayiv
Date: 2008-10-12 12:51:54 -0400 (Sun, 12 Oct 2008)
New Revision: 17623
Trac: http://svn.gnucash.org/trac/changeset/17623

Modified:
   gnucash/trunk/src/register/ledger-core/split-register.c
Log:
Register: Add a couple of missing calls to functions that use gnc_suspend_gui_refresh() so that they cannot exit without calling gnc_resume_gui_refresh(). Also add a gnc_suspend_gui_refresh()/gnc_resume_gui_refresh() pair around a commit that was missing it.

This partially fixes bug #393383 and bug #426111, as it resolves the problem of being unable to enter new transactions after the message box appears. (The message box should still not appear in the first place, however.)
BP




More information about the gnucash-patches mailing list