comparison libpurple/protocols/gg/gg.c @ 31462: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
comparison
equal deleted inserted replaced
31461:ba00769a1493 31462:277b7f1d6214
1627 purple_connection_error_reason (gc, 1627 purple_connection_error_reason (gc,
1628 PURPLE_CONNECTION_ERROR_NETWORK_ERROR, 1628 PURPLE_CONNECTION_ERROR_NETWORK_ERROR,
1629 _("Unable to read from socket")); 1629 _("Unable to read from socket"));
1630 return; 1630 return;
1631 } 1631 }
1632 gc->last_received = time(NULL); 1632
1633 switch (ev->type) { 1633 switch (ev->type) {
1634 case GG_EVENT_NONE: 1634 case GG_EVENT_NONE:
1635 /* Nothing happened. */ 1635 /* Nothing happened. */
1636 break; 1636 break;
1637 case GG_EVENT_MSG: 1637 case GG_EVENT_MSG: