diff options
Diffstat (limited to 'shell/e-shell-config-autocompletion.c')
-rw-r--r-- | shell/e-shell-config-autocompletion.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |