diff libpurple/protocols/gg/gg.c @ 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 66b30e47caec
children 566bed5c02f2
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. */