diff libpurple/account.c @ 21370:0aa18e21a595

Connect to connection-error in account.c so that the account error is actually updated and account-error-changed is actually fired.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 00:46:45 +0000
parents 8858a42ca237
children cbf197042bad
line wrap: on
line diff
--- a/libpurple/account.c	Sat Oct 27 17:45:05 2007 +0000
+++ b/libpurple/account.c	Sun Oct 28 00:46:45 2007 +0000
@@ -2588,6 +2588,8 @@
 
 	purple_signal_connect(conn_handle, "signed-on", handle,
 	                      PURPLE_CALLBACK(signed_on_cb), NULL);
+	purple_signal_connect(conn_handle, "connection-error", handle,
+	                      PURPLE_CALLBACK(connection_error_cb), NULL);
 
 	load_accounts();