aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 80ca0bf043..2537ee9225 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -1666,7 +1666,7 @@ emae_setup_service(EMAccountEditor *emae, EMAccountEditorService *service, Glade
if (url->user)
gtk_entry_set_text(service->username, url->user);
if (service->pathentry && url->path)
- gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (service->path), url->path);
+ gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (service->pathentry), url->path);
tmp = camel_url_get_param(url, "use_ssl");
if (tmp == NULL)