aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index e5a66df378..5f9038fd72 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -413,7 +413,7 @@ get_shell_view_interface (BonoboControl *control)
CORBA_exception_init (&ev);
shell_view = Bonobo_Unknown_queryInterface (control_frame,
- "IDL:GNOME/Evolution/ShellView:1.0",
+ "IDL:GNOME/Evolution/ShellView:" BASE_VERSION,
&ev);
if (BONOBO_EX (&ev)) {
g_message ("get_shell_view_interface(): "