aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-07-15 08:39:01 +0800
committerChris Toshok <toshok@src.gnome.org>2000-07-15 08:39:01 +0800
commitb443bfde5cb76c9d4a49abdc694729c217670169 (patch)
tree80329f1dec467dd13d4ac5115ca45a93791e17ca /addressbook
parent92187c937ff9dc500e6e5016d90d40dd5ca6982a (diff)
downloadgsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar.gz
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar.bz2
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar.lz
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar.xz
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.tar.zst
gsoc2013-evolution-b443bfde5cb76c9d4a49abdc694729c217670169.zip
duh. don't save the port in the host slot either.
2000-07-14 Chris Toshok <toshok@helixcode.com> * gui/component/e-ldap-storage.c (ldap_server_foreach): duh. don't save the port in the host slot either. svn path=/trunk/; revision=4172
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/e-ldap-storage.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 97d6c9c5fe..6660365388 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-14 Chris Toshok <toshok@helixcode.com>
+
+ * gui/component/e-ldap-storage.c (ldap_server_foreach): duh.
+ don't save the port in the host slot either.
+
2000-07-13 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor-confirm-delete.glade,
diff --git a/addressbook/gui/component/e-ldap-storage.c b/addressbook/gui/component/e-ldap-storage.c
index a4fc14c4b2..ff86953e08 100644
--- a/addressbook/gui/component/e-ldap-storage.c
+++ b/addressbook/gui/component/e-ldap-storage.c
@@ -214,7 +214,7 @@ ldap_server_foreach(gpointer key, gpointer value, gpointer user_data)
xmlNewChild (server_root, NULL, (xmlChar *) "port",
(xmlChar *) server->port);
xmlNewChild (server_root, NULL, (xmlChar *) "host",
- (xmlChar *) server->port);
+ (xmlChar *) server->host);
xmlNewChild (server_root, NULL, (xmlChar *) "rootdn",
(xmlChar *) server->rootdn);
xmlNewChild (server_root, NULL, (xmlChar *) "scope",