From 82f2740249a309e51d19a7e5d539f41b74fa6a36 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Sep 2002 21:40:17 +0000 Subject: If one of the allowed types is "type/*", allow anything starting with * e-shell-folder-selection-dialog.c (check_folder_type_valid): If one of the allowed types is "type/*", allow anything starting with "type/". (impl_clicked): If the first allowed type is "type/*", pass "type" to e_shell_show_folder_creation_dialog. * evolution-folder-selector-button.c (evolution_folder_selector_button_set_uri): Handle "type/*" as an allowed type. * e-shell-settings-dialog.c (e_shell_settings_dialog_show_type): If there are no pages for the current folder type, try the parent type (eg, "mail" for "mail/public"). * e-shell-config-autocompletion.c (e_shell_config_autocompletion_create_widget): Use "contacts/*" as the allowed folder type. svn path=/trunk/; revision=18220 --- shell/e-shell-config-autocompletion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-config-autocompletion.c') diff --git a/shell/e-shell-config-autocompletion.c b/shell/e-shell-config-autocompletion.c index 71e48fbdd7..4627061248 100644 --- a/shell/e-shell-config-autocompletion.c +++ b/shell/e-shell-config-autocompletion.c @@ -87,7 +87,7 @@ e_shell_config_autocompletion_create_widget (EShell *shell, EvolutionConfigContr EvolutionAutocompletionConfig *ac; char *xml; CORBA_Environment ev; - static const char *possible_types[] = { "contacts", "ldap-contacts", NULL }; + static const char *possible_types[] = { "contacts/*", NULL }; ac = g_new0 (EvolutionAutocompletionConfig, 1); ac->db = e_shell_get_config_db (shell); -- cgit v1.2.3