From 0039ef5422e980484c47d2fe97c3edbf63edd5b8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 3 Aug 2001 14:27:44 +0000 Subject: [Fix #6232, the thirty-four-splash-screens-at-startup bug.] * e-shell.c (setup_local_storage): Add an E_STORAGE() cast to prevent a warning. * main.c (idle_cb): Only try to activate from the shell ID if the result is `E_SHELL_CONSTRUCT_RESULT_CANNOTREGISTER'; if there is a different error, spit out a dialog box with a description of it and exit instead. * e-shell.c (e_shell_construct): Return an `EShellConstructResult' describing what kind of result we had. Show the splash after the DB has been reached, not before. (e_shell_construct_result_to_string): New function to get a descriptive string out of an `EShellConstructResult'. (e_shell_new): New arg @construct_result_return to return a description of the result of the operation. * e-shell.h: New enum `EShellConstructResult'. * e-shell.c (impl_Shell_createNewView): Raise `InternalError' instead of crashing if the shell_view returns a CORBA_OBJECT_NIL. * Evolution-Shell.idl: New exception `InternalError'. `createNewView' and `handleURI' can raise it. svn path=/trunk/; revision=11611 --- shell/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1921bd4695..ab2b66a07f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,31 @@ +2001-08-03 Ettore Perazzoli + + [Fix #6232, the thirty-four-splash-screens-at-startup bug.] + + * e-shell.c (setup_local_storage): Add an E_STORAGE() cast to + prevent a warning. + + * main.c (idle_cb): Only try to activate from the shell ID if the + result is `E_SHELL_CONSTRUCT_RESULT_CANNOTREGISTER'; if there is a + different error, spit out a dialog box with a description of it + and exit instead. + + * e-shell.c (e_shell_construct): Return an `EShellConstructResult' + describing what kind of result we had. Show the splash after the + DB has been reached, not before. + (e_shell_construct_result_to_string): New function to get a + descriptive string out of an `EShellConstructResult'. + (e_shell_new): New arg @construct_result_return to return a + description of the result of the operation. + + * e-shell.h: New enum `EShellConstructResult'. + + * e-shell.c (impl_Shell_createNewView): Raise `InternalError' + instead of crashing if the shell_view returns a CORBA_OBJECT_NIL. + + * Evolution-Shell.idl: New exception `InternalError'. + `createNewView' and `handleURI' can raise it. + 2001-08-03 Ettore Perazzoli * e-storage-set-view.c (storage_sort_callback): Put the storage -- cgit v1.2.3