# HG changeset patch # User Mark Doliner # Date 1317800109 0 # Node ID d9434361a5cb50600e5f885fd5c1f1d83958e6b1 # Parent 44fc11beefabb7c94b3989231219895f15dc353c Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y diff -r 44fc11beefab -r d9434361a5cb libpurple/protocols/sametime/sametime.c --- a/libpurple/protocols/sametime/sametime.c Wed Oct 05 07:33:20 2011 +0000 +++ b/libpurple/protocols/sametime/sametime.c Wed Oct 05 07:35:09 2011 +0000 @@ -3721,7 +3721,7 @@ /* somehow, we don't have a host to connect to. Well, we need one to actually continue, so let's ask the user directly. */ g_free(user); - purple_connection_error_reason(gc, + purple_connection_error(gc, PURPLE_CONNECTION_ERROR_INVALID_SETTINGS, _("A server is required to connect this account")); return;