aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-config-autocompletion.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-config-autocompletion.c')
-rw-r--r--shell/e-shell-config-autocompletion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-config-autocompletion.c b/shell/e-shell-config-autocompletion.c
index 4cb498dba1..3ab2650ab2 100644
--- a/shell/e-shell-config-autocompletion.c
+++ b/shell/e-shell-config-autocompletion.c
@@ -108,7 +108,7 @@ e_shell_config_autocompletion_create_widget (EShell *shell, EvolutionConfigContr
ac->control_widget = e_folder_list_new (ac->shell_client, xml);
g_free (xml);
- gtk_object_set (GTK_OBJECT (ac->control_widget),
+ g_object_set((ac->control_widget),
"title", _("Extra Completion folders"),
"possible_types", possible_types,
NULL);