From 62922d2d0889e5ab49c969b389b3221369dda4ef Mon Sep 17 00:00:00 2001 From: Sivaiah nallagatla Date: Wed, 26 May 2004 15:00:49 +0000 Subject: set port property on e-source 2004-05-25 Sivaiah nallagatla * providers/groupwise/came;-gw-listener.c (add_addressbook_sources): set port property on e-source svn path=/trunk/; revision=26101 --- plugins/groupwise-account-setup/camel-gw-listener.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index a88b70ffcd..27d8c2241e 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -418,6 +418,7 @@ add_addressbook_sources (EAccount *account) if (! books_list) { source = e_source_new ("Frequent Contacts", g_strconcat (";", "Frequent Contacts", NULL)); e_source_set_property (source, "auth", "plain/password"); + e_source_set_property (source, "port", soap_port); e_source_set_property(source, "user", url->user); e_source_set_property (source, "auth-domain", "Groupwise"); e_source_set_property (source, "completion", "true"); @@ -431,6 +432,7 @@ add_addressbook_sources (EAccount *account) source = e_source_new (book_name, g_strconcat (";",book_name, NULL)); e_source_set_property (source, "auth", "plain/password"); e_source_set_property (source, "auth-domain", "Groupwise"); + e_source_set_property (source, "port", soap_port); e_source_set_property(source, "user", url->user); printf ("%s %d\n", e_gw_container_get_name (E_GW_CONTAINER(temp_list->data)), e_gw_container_get_is_writable (E_GW_CONTAINER(temp_list->data))); if (!e_gw_container_get_is_writable (E_GW_CONTAINER(temp_list->data))) -- cgit v1.2.3