diff options
author | Tor Lillqvist <tml@novell.com> | 2005-11-26 04:32:35 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-11-26 04:32:35 +0800 |
commit | c815b41a7c9c0aaba193ef0b5d422cc15672909c (patch) | |
tree | 384a332c91d3c7234ce457886b0fa91ce663dc26 /addressbook/ChangeLog | |
parent | 5415c6877c944a418d06a754b087b03f089245b0 (diff) | |
download | gsoc2013-evolution-c815b41a7c9c0aaba193ef0b5d422cc15672909c.tar.gz gsoc2013-evolution-c815b41a7c9c0aaba193ef0b5d422cc15672909c.tar.zst gsoc2013-evolution-c815b41a7c9c0aaba193ef0b5d422cc15672909c.zip |
Include openldap-extract.h on Windows. Include e-util-private.h to get
2005-11-25 Tor Lillqvist <tml@novell.com>
* gui/component/addressbook-config.c: Include openldap-extract.h on
Windows. Include e-util-private.h to get redefinition of
EVOLUTION_GLADEDIR (as a call to a function) on Windows.
(query_for_supported_bases, eabc_general_name, eabc_general_host,
eabc_general_auth, eabc_details_search, eabc_details_limit,
addressbook_config_edit_source): Construct the path of the glade
file at run-time to enable install-anywhere on Windows.
svn path=/trunk/; revision=30675
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3779ad54f2..71718d9da6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -7,6 +7,14 @@ * gui/component/Makefile.am: Distribute openldap-extract.h. + * gui/component/addressbook-config.c: Include openldap-extract.h on + Windows. Include e-util-private.h to get redefinition of + EVOLUTION_GLADEDIR (as a call to a function) on Windows. + (query_for_supported_bases, eabc_general_name, eabc_general_host, + eabc_general_auth, eabc_details_search, eabc_details_limit, + addressbook_config_edit_source): Construct the path of the glade + file at run-time to enable install-anywhere on Windows. + * importers/evolution-ldif-importer.c (ldif_import) * gui/widgets/eab-gui-util.c (eab_load_error_dialog): Use g_filename_from_uri() instead of just stripping off the "file://" |