aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-11-02 11:47:01 +0800
committerDan Winship <danw@src.gnome.org>2000-11-02 11:47:01 +0800
commit5019775390678fb220dff8d29aabfb84d61a1100 (patch)
tree20fd473c5565cbe1bed0d8ae63fd494240b62e18 /addressbook
parentf99dfd474c829a059da873f9b08acfdfd0f4c2d2 (diff)
downloadgsoc2013-evolution-5019775390678fb220dff8d29aabfb84d61a1100.tar.gz
gsoc2013-evolution-5019775390678fb220dff8d29aabfb84d61a1100.tar.zst
gsoc2013-evolution-5019775390678fb220dff8d29aabfb84d61a1100.zip
Add "highlighted" flag to evolution_storage_new_folder
* gui/component/e-ldap-storage.c (load_ldap_data): (e_ldap_storage_add_server): Add "highlighted" flag to evolution_storage_new_folder svn path=/trunk/; revision=6339
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/e-ldap-storage.c6
2 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c091dee850..9e3a90330b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-01 Dan Winship <danw@helixcode.com>
+
+ * gui/component/e-ldap-storage.c (load_ldap_data):
+ (e_ldap_storage_add_server): Add "highlighted" flag to
+ evolution_storage_new_folder
+
2000-10-31 JP Rosevear <jpr@helixcode.com>
* conduit/address-conduit.c (cursor_cb): Let the warning make sense
diff --git a/addressbook/gui/component/e-ldap-storage.c b/addressbook/gui/component/e-ldap-storage.c
index 11861b0ac2..518de69e0d 100644
--- a/addressbook/gui/component/e-ldap-storage.c
+++ b/addressbook/gui/component/e-ldap-storage.c
@@ -187,7 +187,8 @@ load_ldap_data (EvolutionStorage *storage,
path = g_strdup_printf ("/%s", server->name);
evolution_storage_new_folder (storage, path, server->name,
- "contacts", server->uri, server->description);
+ "contacts", server->uri,
+ server->description, FALSE);
g_hash_table_insert (servers, server->name, server);
@@ -278,7 +279,8 @@ e_ldap_storage_add_server (ELDAPServer *server)
/* and then to the ui */
path = g_strdup_printf ("/%s", server->name);
- evolution_storage_new_folder (storage, path, server->name, "contacts", server->uri, server->description);
+ evolution_storage_new_folder (storage, path, server->name, "contacts",
+ server->uri, server->description, FALSE);
g_free (path);
lass='commitgraph'>* - Relax RESTRICTED setting to only avoid that peopledecke2014-01-031-3/+10 * - Fix various distinfo artifactsak2013-10-071-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 1.0.35. This fixes a bug introduced in version 1.0.34 whichcperciva2013-07-262-3/+4 * - trim historical headerjgh2013-07-141-14/+4 * Update to 1.0.34.cperciva2013-07-142-3/+3 * Update to 1.0.33.cperciva2012-08-112-5/+6 * Update to 1.0.31.cperciva2011-11-172-3/+3 * Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0 * Update to 1.0.30.cperciva2011-08-252-3/+3 * Update to version 1.0.29. This brings the addition of a utility forcperciva2011-02-083-5/+7 * Update to 1.0.28.cperciva2011-01-192-4/+4 * - Switch to an http vs https download. The fbsd port verifiespgollucci2010-09-041-7/+1 * Update to version 1.0.27.cperciva2010-06-292-4/+4 * Fetch using wget instead of fetch in order to work around a bug in howcperciva2010-06-041-0/+6 * Update to version 1.0.26.cperciva2009-12-242-4/+4 * Chase content from beta.tarsnap.com to www.tarsnap.com.cperciva2009-11-302-2/+2 * Fix SSE2-enabled build on i386.cperciva2009-08-021-0/+1 * Update to 1.0.25.cperciva2009-07-122-4/+4