AUDIT: r15459 - gnucash/trunk/src/gnome - Do not crash on delete_event in new user dialog. Fix #401484.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 28 19:52:04 EST 2007


Author: andi5
Date: 2007-01-28 19:52:02 -0500 (Sun, 28 Jan 2007)
New Revision: 15459
Trac: http://svn.gnucash.org/trac/changeset/15459

Modified:
   gnucash/trunk/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.

BP




More information about the gnucash-patches mailing list