aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-config-listener.c
diff options
context:
space:
mode:
authorSarfraaz Ahmed <asarfraaz@novell.com>2005-07-01 13:49:51 +0800
committerAhmed Sarfraaz <sarfraaz@src.gnome.org>2005-07-01 13:49:51 +0800
commit10c14aa014cc7d9f324f914c895823f1a202d988 (patch)
treef05badf75b9ec733e7a61f8d1f106544e916fa26 /plugins/exchange-operations/exchange-config-listener.c
parenta9edef00dd65010d4e08517d861ea55992bd863d (diff)
downloadgsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.gz
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.bz2
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.lz
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.xz
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.tar.zst
gsoc2013-evolution-10c14aa014cc7d9f324f914c895823f1a202d988.zip
Added new. This prints the validation error string.
2005-07-01 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c(print_error) : Added new. This prints the validation error string. (owa_authenticate_user) : Fetch the error code from validate and handle the printing of error strings in the plugin. * exchange-config-listener.c (account_added) : For now add the sources before connect to avoid multiple esources. Should be fixed more elegantly. svn path=/trunk/; revision=29607
Diffstat (limited to 'plugins/exchange-operations/exchange-config-listener.c')
-rw-r--r--plugins/exchange-operations/exchange-config-listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c
index 1a114b6baf..6808931624 100644
--- a/plugins/exchange-operations/exchange-config-listener.c
+++ b/plugins/exchange-operations/exchange-config-listener.c
@@ -817,8 +817,8 @@ account_added (EAccountList *account_list, EAccount *account)
g_signal_emit (config_listener, signals[EXCHANGE_ACCOUNT_CREATED], 0,
exchange_account);
- exchange_account_connect (exchange_account);
add_sources (exchange_account);
+ exchange_account_connect (exchange_account);
}
struct account_update_data {