[evolution-patches] small patch for addressbook-config (#60203)
- From: Sivaiah N <snallagatla novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] small patch for addressbook-config (#60203)
- Date: Tue, 15 Jun 2004 18:55:00 +0530
Hi,
Attached one liner patch sets the auth-domain property on the new
e-sources created while setting of the groupwise addresbooks so that
they can share the remembered password.
Thanks,
Siva
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1755
diff -u -r1.1755 ChangeLog
--- ChangeLog 14 Jun 2004 19:12:47 -0000 1.1755
+++ ChangeLog 15 Jun 2004 13:06:19 -0000
@@ -1,3 +1,9 @@
+2004-06-15 Sivaiah Nallagatla <snallagatla novell com>
+
+ * gui/component/addressbook-config.c (dialog_to_source) :
+ set auth-domain property on groupwise sources, so that
+ newly created contact groups can share remembered passwords
+
2004-06-14 Chris Toshok <toshok ximian com>
* gui/contact-editor/e-contact-editor.c (extract_im_record): set
Index: gui/component/addressbook-config.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook-config.c,v
retrieving revision 1.83
diff -u -r1.83 addressbook-config.c
--- gui/component/addressbook-config.c 2 Jun 2004 13:02:09 -0000 1.83
+++ gui/component/addressbook-config.c 15 Jun 2004 13:06:19 -0000
@@ -260,6 +260,7 @@
property_value = e_source_get_property (existing_source, "user");
e_source_set_property (source, "user", property_value);
}
+ e_source_set_property (source, "auth-domain", "Groupwise");
str = g_strconcat (";", gtk_entry_get_text (GTK_ENTRY (dialog->display_name)), NULL);
e_source_set_relative_uri (source, str);
g_free (str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]