diff options
author | Tor Lillqvist <tml@novell.com> | 2005-11-26 09:32:18 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-11-26 09:32:18 +0800 |
commit | 562c2c4c630683d1ec5b9b5958525e6509a56eb2 (patch) | |
tree | c8d8bf4d012d6294a229994d91d137f4588e2347 /addressbook/ChangeLog | |
parent | c815b41a7c9c0aaba193ef0b5d422cc15672909c (diff) | |
download | gsoc2013-evolution-562c2c4c630683d1ec5b9b5958525e6509a56eb2.tar.gz gsoc2013-evolution-562c2c4c630683d1ec5b9b5958525e6509a56eb2.tar.zst gsoc2013-evolution-562c2c4c630683d1ec5b9b5958525e6509a56eb2.zip |
Include e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a call
2005-11-25 Tor Lillqvist <tml@novell.com>
* gui/component/addressbook-view.c (control_activate): Include
e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a call
to a function) on Windows. Construct the path of the xml file at
run-time to enable install-anywhere on Windows.
svn path=/trunk/; revision=30677
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 71718d9da6..8f35be4765 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -15,6 +15,11 @@ addressbook_config_edit_source): Construct the path of the glade file at run-time to enable install-anywhere on Windows. + * gui/component/addressbook-view.c (control_activate): Include + e-util-private,h to get redefinition of EVOLUTION_UIDIR (as a call + to a function) on Windows. Construct the path of the xml 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://" |