Fix ChangeLog for yesterday's commit.

svn path=/trunk/; revision=21141
This commit is contained in:
Ettore Perazzoli
2003-05-09 17:11:08 +00:00
parent 2b99ba904b
commit cc7acff2e2

View File

@ -1,9 +1,8 @@
2003-05-08 Ettore Perazzoli <ettore@ximian.com>
* mail-session.c (request_password): Make sure password_dialog is
NULLified when the dialog is destroyed in any case, using
g_object_add_weak_pointer(). Prevents a crash that could happen
if the shell would quit with the password dialog still up.
* mail-session.c (mail_session_set_interactive): Set the
password_dialog pointer to NULL. Prevents a crash that could
happen if the shell would quit with the password dialog still up.
2003-05-07 Jeffrey Stedfast <fejj@ximian.com>