aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-05-10 01:11:08 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-05-10 01:11:08 +0800
commitcc7acff2e20a893b5616a8fde92a371547aa10f6 (patch)
treea30b19ab507f315008d90d88ed026e9ef653eaab
parent2b99ba904b63ed16b62d703e2414349077d05149 (diff)
downloadgsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar.gz
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar.bz2
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar.lz
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar.xz
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.tar.zst
gsoc2013-evolution-cc7acff2e20a893b5616a8fde92a371547aa10f6.zip
Fix ChangeLog for yesterday's commit.
svn path=/trunk/; revision=21141
-rw-r--r--mail/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6592c35127..3ca7d54b0b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -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>