# HG changeset patch # User quantifier666@gmail.com # Date 1302966830 0 # Node ID 277b7f1d621432f9e123beedca84b2afbdb1b460 # Parent ba00769a1493dccb86ac6316ec848c5ad68fc6ed Don't update last_received when receiving data on gg. Fixes #13699. committer: John Bailey diff -r ba00769a1493 -r 277b7f1d6214 libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Sun Apr 10 19:21:27 2011 +0000 +++ b/libpurple/protocols/gg/gg.c Sat Apr 16 15:13:50 2011 +0000 @@ -1629,7 +1629,7 @@ _("Unable to read from socket")); return; } - gc->last_received = time(NULL); + switch (ev->type) { case GG_EVENT_NONE: /* Nothing happened. */