From aad4eb96a5f5b19751626420cf40c8054778cf80 Mon Sep 17 00:00:00 2001 From: Simon Zheng Date: Fri, 22 Dec 2006 07:50:12 +0000 Subject: Fix the regression of bugzilla bug #352108. 2006-12-22 Simon Zheng * mail/em-account-editor.c: (emae_setup_service): Fix the regression of bugzilla bug #352108. svn path=/trunk/; revision=33090 --- mail/ChangeLog | 5 +++++ mail/em-account-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1da41c0af1..698724f5fc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2006-12-22 Simon Zheng + + * mail/em-account-editor.c: (emae_setup_service): + Fix the regression of bugzilla bug #352108. + 2006-12-21 Nickolay V. Shmyrev * mail/em-format-html-display.c: (efhd_image_unallocate), 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) -- cgit v1.2.3