diff options
Diffstat (limited to 'shell/importer/intelligent.c')
-rw-r--r-- | shell/importer/intelligent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c index d8c8c0b918..7a91e4fc04 100644 --- a/shell/importer/intelligent.c +++ b/shell/importer/intelligent.c @@ -142,7 +142,7 @@ get_intelligent_importers (void) int i; CORBA_exception_init (&ev); - info_list = bonobo_activation_query ("repo_ids.has ('IDL:GNOME/Evolution/IntelligentImporter:1.0')", NULL, &ev); + info_list = bonobo_activation_query ("repo_ids.has ('IDL:GNOME/Evolution/IntelligentImporter:" BASE_VERSION "')", NULL, &ev); CORBA_exception_free (&ev); for (i = 0; i < info_list->_length; i++) { |