r15135 - gnucash/branches/2.0 - Backport change to fix #378881

Derek Atkins warlord at cvs.gnucash.org
Fri Nov 24 13:42:02 EST 2006


Author: warlord
Date: 2006-11-24 13:42:01 -0500 (Fri, 24 Nov 2006)
New Revision: 15135
Trac: http://svn.gnucash.org/trac/changeset/15135

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/core-utils/gnc-gconf-utils.c
   gnucash/branches/2.0/src/core-utils/gnc-gconf-utils.h
   gnucash/branches/2.0/src/gnome-utils/dialog-utils.c
   gnucash/branches/2.0/src/gnome/dialog-print-check.c
Log:
   Backport change to fix #378881

	Lessen restriction of the parameter whoami of the gnc_gconf_add/
	remove_notification functions. Now the pair of section and whoami
	has to be unique, as GncMainWindow adds notifications to two
	different sections. Extends r14675.  Remove a superfluous leading
	slash and doubly defined gconf key macros.

	Correct gnc_gconf_add/remove_notification to avoid printf'ing NULL and
	therefore crashes on Solaris and Windows. r14675 had fixed that, r14945
	(me) undermined it though.   (#378881).

Merges r14945 and r15041.





More information about the gnucash-patches mailing list