make sure to also add "ldap-contacts" folders to the option menu.

2001-10-17  Chris Toshok  <toshok@ximian.com>

	* gui/component/select-names/e-select-names.c (new_folder): make
	sure to also add "ldap-contacts" folders to the option menu.

svn path=/trunk/; revision=13733
This commit is contained in:
Chris Toshok
2001-10-17 21:03:02 +00:00
committed by Chris Toshok
parent cf1d544b10
commit 3e7e7bb07b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-17 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names.c (new_folder): make
sure to also add "ldap-contacts" folders to the option menu.
2001-10-17 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c (ecard_from_remote_record): sync all

View File

@ -403,7 +403,8 @@ new_folder (EvolutionStorageListener *storage_listener,
const GNOME_Evolution_Folder *folder,
ESelectNames *e_select_names)
{
if (!strcmp(folder->type, "contacts")) {
if (!strcmp(folder->type, "contacts")
|| !strcmp(folder->type, "ldap-contacts")) {
ESelectNamesFolder *e_folder = g_new(ESelectNamesFolder, 1);
e_folder->description = g_strdup(folder->description );
e_folder->display_name = g_strdup(folder->displayName);