** See bug #61285.
2004-09-03 Not Zed <NotZed@Ximian.com> ** See bug #61285. * e-shell-settings-dialog.c (load_pages): use a better query to get the configuration pages, the old one didn't include version information properly. svn path=/trunk/; revision=27138
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2004-09-03 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
** See bug #61285.
|
||||
|
||||
* e-shell-settings-dialog.c (load_pages): use a better query to
|
||||
get the configuration pages, the old one didn't include version
|
||||
information properly.
|
||||
|
||||
2004-08-27 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
** See bug #62856 (workaround only)
|
||||
|
||||
@ -165,7 +165,7 @@ load_pages (EShellSettingsDialog *dialog)
|
||||
|
||||
CORBA_exception_init (&ev);
|
||||
|
||||
control_list = bonobo_activation_query ("defined(evolution2:config_item:title)", NULL, &ev);
|
||||
control_list = bonobo_activation_query ("repo_ids.has('IDL:GNOME/Evolution/ConfigControl:" BASE_VERSION "')", NULL, &ev);
|
||||
if (ev._major != CORBA_NO_EXCEPTION || control_list == NULL) {
|
||||
g_warning ("Cannot load configuration pages -- %s", BONOBO_EX_REPOID (&ev));
|
||||
CORBA_exception_free (&ev);
|
||||
|
||||
Reference in New Issue
Block a user