summaryrefslogtreecommitdiff
path: root/addressbook
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-12 09:42:54 +0000
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-12 09:42:54 +0000
commit873c4edbbf7a56af6a5fdaa69e35a7f961f12df1 (patch)
tree4d65b71a5e20a32baf5c21d602d31d3ce4ecc1c5 /addressbook
parent461fd8c65f1c9ec2e3815d654f5442559a18c016 (diff)
downloadevolution-data-server-873c4edbbf7a56af6a5fdaa69e35a7f961f12df1.tar.gz
The Cal and Book Factory oafids should reflect the API version rather than
2006-01-12 Harish Krishnaswamy <kharish@novell.com> * src/GNOME_Evolution_DataServer.server.in.in: * src/server.c: The Cal and Book Factory oafids should reflect the API version rather than the BASE version. Fixes #323115.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/libebook/e-book.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
index 6f27d806c..79afa6d83 100644
--- a/addressbook/libebook/e-book.c
+++ b/addressbook/libebook/e-book.c
@@ -3193,7 +3193,7 @@ activate_factories_for_uri (EBook *book, const char *uri)
char *query;
GList *factories = NULL;
- query = "repo_ids.has ('IDL:GNOME/Evolution/DataServer/BookFactory:" BASE_VERSION "')";
+ query = "repo_ids.has ('IDL:GNOME/Evolution/DataServer/BookFactory:" API_VERSION "')";
CORBA_exception_init (&ev);