GNOME Bugzilla – Bug 378881
gnc_gconf_add/remove_notification corrections
Last modified: 2018-06-29 21:17:11 UTC
Three changesets are involved: * http://svn.gnucash.org/trac/changeset/14675 This will solve a crash on Solaris caused by g_vasprintf being passed a "%s" format string and a NULL as argument. -> backported in r14753 * http://svn.gnucash.org/trac/changeset/14945 Now the pair of section and whoami has to be unique, as GncMainWindow adds notifications to two different sections (different crasher). -> marked for audit -> undermined by the following * http://svn.gnucash.org/trac/changeset/15041 Avoid printf'ing NULL and therefore crashes on Solaris and Windows. -> not marked for audit -> needed if we backport 14945 We will most likely need both, r14945 and r15041 if we do not want crashers.
Oops... I mean that r14945 undermined r14675, making r15041 necessary.
Backported to 2.0 in r15135. Should be fixed in 2.0.3
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=378881. Please update any external references or bookmarks.