pidgin: eaf694c0: Don't update last_received when receivin...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sat Apr 16 11:47:04 EDT 2011
----------------------------------------------------------------------
Revision: eaf694c053ee44f6e6c62f4313af318741b5b8d9
Parent: 726c5220207c01e8799797c7d6d4455d23159281
Author: quantifier666 at gmail.com
Date: 04/16/11 11:13:50
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/eaf694c053ee44f6e6c62f4313af318741b5b8d9
Changelog:
Don't update last_received when receiving data on gg. Fixes #13699.
Changes against parent 726c5220207c01e8799797c7d6d4455d23159281
patched libpurple/protocols/gg/gg.c
-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c 227d07f52880b8dd1f8af374455ca44a67c7c6a0
+++ libpurple/protocols/gg/gg.c e29520f3524845120ddbe53cc776a2f8cf39cd00
@@ -1629,7 +1629,7 @@ static void ggp_callback_recv(gpointer _
_("Unable to read from socket"));
return;
}
- gc->last_received = time(NULL);
+
switch (ev->type) {
case GG_EVENT_NONE:
/* Nothing happened. */
More information about the Commits
mailing list