im.pidgin.pidgin: c77aee16184e888f78cd2e43d89ecb6202938d9b
sadrul at pidgin.im
sadrul at pidgin.im
Mon Nov 26 00:45:42 EST 2007
-----------------------------------------------------------------
Revision: c77aee16184e888f78cd2e43d89ecb6202938d9b
Ancestor: e8f945cbbdd235c0fb371834fddf396f568b672f
Author: sadrul at pidgin.im
Date: 2007-11-26T05:19:07
Branch: im.pidgin.pidgin
Modified files:
finch/gntconn.c
ChangeLog:
Show a helpful message about account disconnect. Someone should come up with a better string.
-------------- next part --------------
============================================================
--- finch/gntconn.c bad10ad608f21e44e36b2e5a3f2b05201153ac8d
+++ finch/gntconn.c e493b322ab0567b64b7dccae254073dc22ffdf70
@@ -152,6 +152,10 @@ finch_connection_report_disconnect(Purpl
purple_conv_chat_has_left(PURPLE_CONV_CHAT(conv)))
continue;
purple_conversation_set_data(conv, "want-to-rejoin", GINT_TO_POINTER(TRUE));
+ purple_conversation_write(conv, NULL, _("The account has disconnected and you are no "
+ "longer in this chat. You will be automatically rejoined in the chat when "
+ "the account reconnects."),
+ PURPLE_MESSAGE_SYSTEM, time(NULL));
}
}
More information about the Commits
mailing list