gnucash/libgnucash
Robert Fewell f1dd8cfaf1 Component not found error when accounts are deleted
When accounts are deleted that have an open register window a component
not found error is triggered. After the account is destroyed, a call to
'gnc_resume_gui_refresh' calls 'gnc_gui_refresh_internal' and this then
calls 'find_component_ids_by_class' which is used in order resulting in
'register-single' being unregistered before 'GncPluginPageRegister' and
hence 'ld' being freed but the register not knowing this. Reversing the
list fixes this.
2018-03-21 13:11:39 +00:00
..
app-utils Component not found error when accounts are deleted 2018-03-21 13:11:39 +00:00
backend Fix date corruption in SQL load. 2018-03-16 16:47:11 -07:00
core-utils Fix the Python Console for Python3. 2018-03-18 11:59:13 -07:00
doc Merge branch 'maint' into unstable 2018-03-10 11:06:59 +01:00
engine Merge branch 'maint' into unstable 2018-03-15 18:12:03 +01:00
gnc-module Reduce warning about failing to dlopen a module to debug. 2018-02-19 12:27:59 -08:00
quotes Remove Autotools 2018-01-13 12:52:57 -06:00
scm Move gnc:substring-replace-from-to back to utilities.scm 2018-02-19 13:27:44 -08:00
tax More Scheme dependency additions. 2018-02-18 15:59:00 -08:00
CMakeLists.txt Remove Autotools 2018-01-13 12:52:57 -06:00