pidgin: 31244ee6: I'm sure there's a legitimate reason I h...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Tue Jun 29 21:48:53 EDT 2010


----------------------------------------------------------------------
Revision: 31244ee6c89ef7624aca49d70934e61fccab90d2
Parent:   526d453afe108285316f3cf84553ca2b4214a0e7
Author:   nosnilmot at pidgin.im
Date:     06/29/2010 09:46:42 PM
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/31244ee6c89ef7624aca49d70934e61fccab90d2

Changelog: 

I'm sure there's a legitimate reason I had this change locally in one of my
trees waiting to be committed, but I can't remember what exactly it is (and
I need to test commit emails again)

Changes against parent 526d453afe108285316f3cf84553ca2b4214a0e7

  patched  libpurple/connection.c

-------------- next part --------------
============================================================
--- libpurple/connection.c	8200ea1fe0052c750f69d1b202349daeb43acd17
+++ libpurple/connection.c	8222a7dfab98f7006c35fbe2dda7ff12e11da4b7
@@ -516,7 +516,8 @@ purple_connection_disconnect_cb(gpointer
 	account = data;
 	gc = purple_account_get_connection(account);
 
-	gc->disconnect_timeout = 0;
+	if (gc != NULL)
+		gc->disconnect_timeout = 0;
 
 	password = g_strdup(purple_account_get_password(account));
 	purple_account_disconnect(account);


More information about the Commits mailing list