diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-11-13 09:10:49 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-11-13 09:10:49 +0800 |
commit | 8f9de356724a9f1b2c1ac3122c3014892526e82d (patch) | |
tree | 92f6fb5d740c93c3cbb4869c7e71b83252746d52 /shell/ChangeLog | |
parent | 8d4f7dd527a290483ae4456bc23cd4a9ee0cf4e7 (diff) | |
download | gsoc2013-evolution-8f9de356724a9f1b2c1ac3122c3014892526e82d.tar.gz gsoc2013-evolution-8f9de356724a9f1b2c1ac3122c3014892526e82d.tar.zst gsoc2013-evolution-8f9de356724a9f1b2c1ac3122c3014892526e82d.zip |
Check for exceptions.
Fix a memory leak
svn path=/trunk/; revision=14680
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5784e58f11..4bbb1c6c53 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2001-11-12 Iain Holmes <iain@ximian.com> + + * e-shell-startup-wizard.c (make_identity_page): Check for exception. + (make_receive_page): Check for exception. + (make_extra_page): Check for exception. + (make_transport_page): Check for exception. + (make_management_page): Check for exception. + +2001-11-06 Iain Holmes <iain@ximian.com> + + * e-shell-startup-wizard.c (make_timezone_page): Move the call to + e_timezone_dialog_new out of the the GTK_OBJECT macro to stop it + being called 4 times, and leaking 3. + 2001-11-05 Ettore Perazzoli <ettore@ximian.com> * e-storage-set-view.c (set_e_shortcut_selection): Get the storage |