diff options
Diffstat (limited to 'mail/mail-threads.c')
-rw-r--r-- | mail/mail-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-threads.c b/mail/mail-threads.c index 588576e872..8e9365eac7 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -1039,7 +1039,7 @@ retrieve_shell_view_interface_from_control (BonoboControl *control) CORBA_exception_init (&ev); shell_view_interface = Bonobo_Unknown_queryInterface (control_frame, - "IDL:Evolution/ShellView:1.0", + "IDL:GNOME/Evolution/ShellView:1.0", &ev); CORBA_exception_free (&ev); |