changeset 31913:277b7f1d6214

Don't update last_received when receiving data on gg. Fixes #13699. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author quantifier666@gmail.com
date Sat, 16 Apr 2011 15:13:50 +0000
parents ba00769a1493
children 8f91d3f76acd
files libpurple/protocols/gg/gg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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. */