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:
committed by
Chris Toshok
parent
cf1d544b10
commit
3e7e7bb07b
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user