aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-startup-wizard.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-08 22:57:48 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-08 22:57:48 +0800
commit5348a23619daa447f9d3d4e508160a64626c0216 (patch)
tree5a6b3808df968d7b126c2de8afa867cdae545672 /shell/e-shell-startup-wizard.c
parent10df3b2038892ca1dbbe41ff8c7a6c3699a96bab (diff)
downloadgsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar.gz
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar.bz2
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar.lz
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar.xz
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.tar.zst
gsoc2013-evolution-5348a23619daa447f9d3d4e508160a64626c0216.zip
add a ')' to create a valid query
2004-01-08 JP Rosevear <jpr@ximian.com> * e-shell-startup-wizard.c (get_intelligent_importers): add a ')' to create a valid query svn path=/trunk/; revision=24112
Diffstat (limited to 'shell/e-shell-startup-wizard.c')
-rw-r--r--shell/e-shell-startup-wizard.c2
1 files changed, 1 insertions, 1 deletions
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);