From: Alberto Garcia Date: Fri, 21 Dec 2007 17:12:50 +0000 (+0000) Subject: When changing account settings, get the transport account correctly X-Git-Tag: git_migration_finished~1877 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=23d4516d3a8e3b59ee61be46ba3b1540f07a95f6 When changing account settings, get the transport account correctly Fixes NB#78788 pmo-trunk-r3965 --- diff --git a/src/maemo/modest-account-settings-dialog.c b/src/maemo/modest-account-settings-dialog.c index 444b134..14fcc44 100644 --- a/src/maemo/modest-account-settings-dialog.c +++ b/src/maemo/modest-account-settings-dialog.c @@ -1110,7 +1110,7 @@ on_response (GtkDialog *wizard_dialog, store_settings = modest_account_settings_get_store_settings (self->settings); - transport_settings = modest_account_settings_get_store_settings (self->settings); + transport_settings = modest_account_settings_get_transport_settings (self->settings); store_account_name = modest_server_account_settings_get_account_name (store_settings); transport_account_name = modest_server_account_settings_get_account_name (transport_settings);