r15504 - gnucash/branches/2.0 - Do not crash on delete_event in new user dialog. Fix #401484.

Derek Atkins warlord at cvs.gnucash.org
Sun Feb 4 16:47:05 EST 2007


Author: warlord
Date: 2007-02-04 16:47:03 -0500 (Sun, 04 Feb 2007)
New Revision: 15504
Trac: http://svn.gnucash.org/trac/changeset/15504

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/src/gnome/dialog-new-user.c
Log:
Do not crash on delete_event in new user dialog. Fix #401484.

If the new user dialog is closed with the help of the window manager,
the delete_event is not handled and g_assert_not_reached() is reached by
the code. Treat it like a click on "Cancel" instead.

Merge from r15459




More information about the gnucash-patches mailing list