aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-02-28 07:20:34 +0800
committerDan Winship <danw@src.gnome.org>2001-02-28 07:20:34 +0800
commit33bc36d016736f3e0ef15928e0b636a36fa46716 (patch)
tree563c1bf403943b1ebeebfc860dc7145b2ed110f1 /composer/ChangeLog
parentad0dcb2798173898f6b28d7054c94a4a65b272d8 (diff)
downloadgsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar.gz
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar.bz2
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar.lz
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar.xz
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.tar.zst
gsoc2013-evolution-33bc36d016736f3e0ef15928e0b636a36fa46716.zip
If !mail_config_is_configured(), give an error and return NULL.
* evolution-composer.c (factory_fn): If !mail_config_is_configured(), give an error and return NULL. svn path=/trunk/; revision=8419
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 22a9dd4b71..d3aad74928 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-27 Dan Winship <danw@ximian.com>
+
+ * evolution-composer.c (factory_fn): If
+ !mail_config_is_configured(), give an error and return NULL.
+
2001-02-22 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (INCLUDES): Add `-I$(top_srcdir)/shell'.