changeset 32725:d9434361a5cb

Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y
author Mark Doliner <mark@kingant.net>
date Wed, 05 Oct 2011 07:35:09 +0000
parents 44fc11beefab
children 7353c0c50117
files libpurple/protocols/sametime/sametime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;