From 5348a23619daa447f9d3d4e508160a64626c0216 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 8 Jan 2004 14:57:48 +0000 Subject: add a ')' to create a valid query 2004-01-08 JP Rosevear * e-shell-startup-wizard.c (get_intelligent_importers): add a ')' to create a valid query svn path=/trunk/; revision=24112 --- shell/ChangeLog | 5 +++++ shell/e-shell-startup-wizard.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index dd6dd8568a..70c068c8fe 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 JP Rosevear + + * e-shell-startup-wizard.c (get_intelligent_importers): add a ')' + to create a valid query + 2004-01-08 Not Zed * e-shell-startup-wizard.c (get_intelligent_importers): check that diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index 9e04cbf7bd..dc5e349cc8 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -521,7 +521,7 @@ get_intelligent_importers (void) int i; CORBA_exception_init (&ev); - query = g_strdup_printf ("repo_ids.has ('IDL:GNOME/Evolution/IntelligentImporter:%s'", BASE_VERSION); + query = g_strdup_printf ("repo_ids.has ('IDL:GNOME/Evolution/IntelligentImporter:%s')", BASE_VERSION); info_list = bonobo_activation_query (query, NULL, &ev); g_free (query); -- cgit