From da2d6ee08c364cbc4b99a7c2eb39678c350188f1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 13 Oct 2001 17:35:40 +0000 Subject: Don't pop up an "unable to retrieve message" if the composer never * e-msg-composer.c (autosave_manager_unregister): Don't pop up an "unable to retrieve message" if the composer never finished initializing. (init): Don't call autosave_manager_register here: wait until the end of create_composer. (create_composer): Remove the distinction between this and e_msg_composer_construct since there's no need for the latter. Use e_activation_failure_dialog if either the selectnames component or the gtkhtml editor fails. * e-msg-composer-hdrs.c (setup_corba): Don't g_warn if the oaf activation fails. create_composer() will tell the user. svn path=/trunk/; revision=13661 --- composer/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 44dca3c49e..d00f1cef9e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,18 @@ +2001-10-13 Dan Winship + + * e-msg-composer.c (autosave_manager_unregister): Don't pop up an + "unable to retrieve message" if the composer never finished + initializing. + (init): Don't call autosave_manager_register here: wait until the + end of create_composer. + (create_composer): Remove the distinction between this and + e_msg_composer_construct since there's no need for the latter. Use + e_activation_failure_dialog if either the selectnames component or + the gtkhtml editor fails. + + * e-msg-composer-hdrs.c (setup_corba): Don't g_warn if the oaf + activation fails. create_composer() will tell the user. + 2001-10-11 Jeffrey Stedfast * listener.c (impl_event): Deleted declaration of len. -- cgit v1.2.3