aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-05-07 23:54:10 +0800
committerDan Winship <danw@src.gnome.org>2002-05-07 23:54:10 +0800
commit76dfe7c6a96a444df6759be50be1f7c59b934a88 (patch)
treead70fe44203926f81945292d4c86c4cb40fe82ce /addressbook/gui
parentf20ed7f2c6c5e7d67164bb94fad2623f014ab03a (diff)
downloadgsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar.gz
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar.bz2
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar.lz
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar.xz
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.tar.zst
gsoc2013-evolution-76dfe7c6a96a444df6759be50be1f7c59b934a88.zip
s/ldap_config/addressbook_config/ so this compiles again.
* gui/component/addressbook-storage.c (create_ldap_folder): s/ldap_config/addressbook_config/ so this compiles again. svn path=/trunk/; revision=16703
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c
index 41c9f598b8..e2608a9a94 100644
--- a/addressbook/gui/component/addressbook-storage.c
+++ b/addressbook/gui/component/addressbook-storage.c
@@ -151,7 +151,7 @@ create_ldap_folder (EvolutionStorage *storage, const Bonobo_Listener listener,
notify_listener (listener, GNOME_Evolution_Storage_INVALID_URI);
return;
}
- ldap_config_create_new_source (path + 1, NULL);
+ addressbook_config_create_new_source (path + 1, NULL);
notify_listener (listener, GNOME_Evolution_Storage_OK);
}