diff options
author | Chris Toshok <toshok@ximian.com> | 2002-05-25 03:45:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-05-25 03:45:11 +0800 |
commit | af07499495f67ddd8278384f992724fddd21d552 (patch) | |
tree | ba9ebd05ac86163451c301579473aede686f9cc5 /addressbook/gui/component | |
parent | b6373dfed8ffe05a28c63f613488d6f53f517f69 (diff) | |
download | gsoc2013-evolution-af07499495f67ddd8278384f992724fddd21d552.tar.gz gsoc2013-evolution-af07499495f67ddd8278384f992724fddd21d552.tar.zst gsoc2013-evolution-af07499495f67ddd8278384f992724fddd21d552.zip |
put this back in, accidentally got snipped with the hacking going on in
2002-05-24 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-config.c (CONFIG_CONTROL_FACTORY_ID):
put this back in, accidentally got snipped with the hacking going
on in here.
svn path=/trunk/; revision=17010
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 91e113bb2f..ea59748b8e 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -46,6 +46,7 @@ #define LDAPS_PORT_STRING "636" #define GLADE_FILE_NAME "ldap-config.glade" +#define CONFIG_CONTROL_FACTORY_ID "OAFIID:GNOME_Evolution_Addressbook_ConfigControlFactory" #define LDAP_CONFIG_CONTROL_ID "OAFIID:GNOME_Evolution_LDAPStorage_ConfigControl" #ifdef HAVE_LDAP |