aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-30 03:32:29 +0800
committerDan Winship <danw@src.gnome.org>2000-05-30 03:32:29 +0800
commit9f804702d5cfde8b82bb08eb931f408aeee2cbd7 (patch)
treec7e1e2bf02590719169f09e0b814d2931bd51b4a /camel/ChangeLog
parentccb665a0262b51c92ca5a54a074dda0dec91a573 (diff)
downloadgsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar.gz
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar.bz2
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar.lz
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar.xz
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.tar.zst
gsoc2013-evolution-9f804702d5cfde8b82bb08eb931f408aeee2cbd7.zip
Fix up some glib precondition stuff. Try to set the URL in
* camel-service.c (camel_service_new): Fix up some glib precondition stuff. Try to set the URL in camel_service_new before checking whether or not it's "empty" so that you can successfully set "sendmail:" as a URL. svn path=/trunk/; revision=3266
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 504676950c..7e8bd613c9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-29 Dan Winship <danw@helixcode.com>
+
+ * camel-service.c (camel_service_new): Fix up some glib
+ precondition stuff. Try to set the URL in camel_service_new before
+ checking whether or not it's "empty" so that you can successfully
+ set "sendmail:" as a URL.
+
2000-05-28 Dan Winship <danw@helixcode.com>
* camel-provider.h: Add a domain field to CamelProvider, to say