aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-10-14 01:35:40 +0800
committerDan Winship <danw@src.gnome.org>2001-10-14 01:35:40 +0800
commitda2d6ee08c364cbc4b99a7c2eb39678c350188f1 (patch)
tree8611345b1adb12fba3dbc25f2e31faf9ecdd4cab /composer/ChangeLog
parentc72b6cb1e405d8fe3363f40520aa4e3f2e69a9d2 (diff)
downloadgsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar.gz
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar.bz2
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar.lz
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar.xz
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.tar.zst
gsoc2013-evolution-da2d6ee08c364cbc4b99a7c2eb39678c350188f1.zip
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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <danw@ximian.com>
+
+ * 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 <fejj@ximian.com>
* listener.c (impl_event): Deleted declaration of len.