pidgin: 5a580fa8: Fix a mistake I made while manually prop...

markdoliner at pidgin.im markdoliner at pidgin.im
Wed Oct 5 03:50:47 EDT 2011


----------------------------------------------------------------------
Revision: 5a580fa8c1182febf007df6cfca1df188f8f4d9e
Parent:   7971bfb5724407fd6732de4dad8b3bace70b0ac0
Author:   markdoliner at pidgin.im
Date:     10/05/11 03:35:09
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5a580fa8c1182febf007df6cfca1df188f8f4d9e

Changelog: 

Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y

Changes against parent 7971bfb5724407fd6732de4dad8b3bace70b0ac0

  patched  libpurple/protocols/sametime/sametime.c

-------------- next part --------------
============================================================
--- libpurple/protocols/sametime/sametime.c	805377c1fcfd2c3f30db63d99857037d769b3066
+++ libpurple/protocols/sametime/sametime.c	efc149794eda2a4151d78dfe131038cd37255c37
@@ -3721,7 +3721,7 @@ static void mw_prpl_login(PurpleAccount 
     /* 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;


More information about the Commits mailing list