From 8f9de356724a9f1b2c1ac3122c3014892526e82d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 13 Nov 2001 01:10:49 +0000 Subject: Check for exceptions. Fix a memory leak svn path=/trunk/; revision=14680 --- shell/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell/ChangeLog') 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 + + * 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 + + * 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 * e-storage-set-view.c (set_e_shortcut_selection): Get the storage -- cgit