aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-12-22 15:50:12 +0800
committerSimon Zheng <simonz@src.gnome.org>2006-12-22 15:50:12 +0800
commitaad4eb96a5f5b19751626420cf40c8054778cf80 (patch)
tree8dc6d43fa09ac7208e7acc0f60b59bc22723cd46 /mail/em-account-editor.c
parent93d42dc6a7f37b4d040218b40b3849fac217aa88 (diff)
downloadgsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar.gz
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar.bz2
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar.lz
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar.xz
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.tar.zst
gsoc2013-evolution-aad4eb96a5f5b19751626420cf40c8054778cf80.zip
Fix the regression of bugzilla bug #352108.
2006-12-22 Simon Zheng <simon.zheng@sun.com> * mail/em-account-editor.c: (emae_setup_service): Fix the regression of bugzilla bug #352108. svn path=/trunk/; revision=33090
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)