aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@xatom.net>2004-06-21 23:48:06 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-21 23:48:06 +0800
commit8fb58feae7be02fc2c0d058ef70437d7b4846324 (patch)
treed68045a567a2e31987b106852be52c98bc9a8fc8
parentb9f9951c824a00dc1269a30b3b35a6143a04b6e0 (diff)
downloadgsoc2013-evolution-8fb58feae7be02fc2c0d058ef70437d7b4846324.tar.gz
gsoc2013-evolution-8fb58feae7be02fc2c0d058ef70437d7b4846324.tar.zst
gsoc2013-evolution-8fb58feae7be02fc2c0d058ef70437d7b4846324.zip
Really set the path if tag is CAMEL_SERVICE_PATH.
2004-06-21 Christian Kellner <gicmo@xatom.net> * camel-service.c (service_setv): Really set the path if tag is CAMEL_SERVICE_PATH. svn path=/trunk/; revision=26440
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-service.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6525fc4644..c316877c88 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-21 Christian Kellner <gicmo@xatom.net>
+
+ * camel-service.c (service_setv): Really set the path if tag is
+ CAMEL_SERVICE_PATH.
+
2004-06-21 Jeffrey Stedfast <fejj@novell.com>
* camel-mime-filter-enriched.c (enriched_to_html): Fixed a number
diff --git a/camel/camel-service.c b/camel/camel-service.c
index 229f0d2893..d108f124c0 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -193,7 +193,7 @@ service_setv (CamelObject *object, CamelException *ex, CamelArgV *args)
} else if (tag == CAMEL_SERVICE_PATH) {
/* set the path */
if (strcmp (url->path, args->argv[i].ca_str) != 0) {
- camel_url_set_host (url, args->argv[i].ca_str);
+ camel_url_set_path (url, args->argv[i].ca_str);
reconnect = TRUE;
}
} else {
31 +0800'>2013-03-021-1/+1 * Reassign several ports maintained by Nick Hilliard. Thank you very much forcrees2013-01-271-15/+12 * - update www/drupal6 to 6.28flo2013-01-212-3/+3 * - Update to 6.26wen2012-05-232-3/+3 * update to 6.24flo2012-02-143-3/+4 * Use USE_DRUPAL instead of including bsd.drupal.mkcrees2011-08-311-1/+1 * - bsd.drupal.mk has been repocopied to ${PORTSDIR}/Mkcrees2011-08-111-3/+0 * Begin process of removal of drupal5 ports:crees2011-07-291-1/+1 * - Update to 6.22miwi2011-05-312-3/+3 * - update to 6.20flo2011-01-133-4/+5 * - Update to 6.19miwi2010-08-152-4/+7 * - Update to 6.17pav2010-08-072-4/+4 * - Update to 6.16miwi2010-03-093-4/+5 * - Update to 6.15miwi2009-12-262-4/+4 * - Update to 6.13miwi2009-09-232-4/+4 * - Update to 6.13miwi2009-07-142-4/+4 * - Update to 6.12miwi2009-05-162-4/+4 * - Update to 6.11miwi2009-05-012-4/+4 * - Update to 6.10miwi2009-03-032-4/+4 * - Update to 6.9miwi2009-02-042-4/+4 * - Update to 6.8miwi2008-12-202-4/+4 * - Update to 6.6miwi2008-10-242-4/+4 * - Update to 6.5miwi2008-10-132-4/+4 * - Update to 6.4miwi2008-08-192-4/+4 * - Update to 6.3miwi2008-07-142-4/+4 * - Update to 6.2miwi2008-05-275-196/+237 * - Update to 5.7miwi2008-02-212-4/+4 * - Update to 5.6miwi2008-01-122-4/+4 * - Update to 5.5miwi2007-12-152-4/+4 * - Update MASTER_SITESmiwi2007-10-281-1/+1 * - Update to 5.3miwi2007-10-252-4/+4 * - Add support for Drupal5 Themesmiwi2007-08-211-10/+33 * - Update to 5.2miwi2007-07-29