Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 12203:0aeda1869b32
[gaim-migrate @ 14505]
(20:07:48) Bleeter : This patch does the following:
1. Reduce the 'custom default' Yahoo statuses to those found in YIM6
2. Allows long server side presence lists to be processed
3. Remove idle reporting from tooltip, as this is now handled by gtkblist
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 24 Nov 2005 01:12:03 +0000 |
| parents | 8f8b4d1ac26e |
| children | fc464a0abccc |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Wed Nov 23 22:00:19 2005 +0000 +++ b/src/protocols/yahoo/yahoo.h Thu Nov 24 01:12:03 2005 +0000 @@ -101,7 +101,7 @@ GHashTable *friends; int current_status; gboolean logged_in; - GString *tmp_serv_blist, *tmp_serv_ilist; + GString *tmp_serv_blist, *tmp_serv_ilist, *tmp_serv_plist; GSList *confs; unsigned int conf_id; /* just a counter */ gboolean chat_online;
