pidgin-2.8.0-gg-disconnect.patch 602 B

123456789101112131415
  1. --- pidgin-2.8.0/libpurple/protocols/gg/gg.c.orig 2011-06-08 03:10:11.000000000 +0200
  2. +++ pidgin-2.8.0/libpurple/protocols/gg/gg.c 2011-06-08 03:13:44.000000000 +0200
  3. @@ -1816,6 +1816,11 @@
  4. case GG_EVENT_PUBDIR50_SEARCH_REPLY:
  5. ggp_pubdir_reply_handler(gc, ev->event.pubdir50);
  6. break;
  7. + case GG_EVENT_DISCONNECT:
  8. + purple_connection_error_reason (gc,
  9. + PURPLE_CONNECTION_ERROR_OTHER_ERROR,
  10. + _("Server Disconnect."));
  11. + break;
  12. case GG_EVENT_TYPING_NOTIFICATION:
  13. ggp_typing_notification_handler(gc, ev->event.typing_notification.uin,
  14. ev->event.typing_notification.length);