From 2bea41eff4b6dbcd179a84f36d49121a3a4cbb75 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sat, 4 Sep 2004 02:54:15 +0000 Subject: ** See bug #61285. 2004-09-03 Not Zed ** 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 --- shell/ChangeLog | 8 ++++++++ shell/e-shell-settings-dialog.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index a534ee3638..f26ebef080 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-09-03 Not Zed + + ** 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 ** See bug #62856 (workaround only) diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index 0d85a2e4f4..42063ccea4 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -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); -- cgit