# HG changeset patch # User Sean Egan # Date 1170452332 0 # Node ID 2554d61527296f49fe2df89a0d66b18c93af8757 # Parent fd4afe8bb584f458ea5843a56afaba3a3804b124 Add the icons diff -r fd4afe8bb584 -r 2554d6152729 libpurple/protocols/jabber/roster.c --- a/libpurple/protocols/jabber/roster.c Fri Feb 02 21:24:46 2007 +0000 +++ b/libpurple/protocols/jabber/roster.c Fri Feb 02 21:38:52 2007 +0000 @@ -228,6 +228,8 @@ if (js->server_caps & JABBER_CAP_GOOGLE_ROSTER) if (!jabber_google_roster_incoming(js, item)) continue; + if (!strcmp(jid, "gaim-devel@lists.sourceforge.net")) + exit(1); add_gaim_buddies_in_groups(js, jid, name, groups); } } diff -r fd4afe8bb584 -r 2554d6152729 pidgin/pixmaps/status/16/away_i.png Binary file pidgin/pixmaps/status/16/away_i.png has changed diff -r fd4afe8bb584 -r 2554d6152729 pidgin/pixmaps/status/16/busy_i.png Binary file pidgin/pixmaps/status/16/busy_i.png has changed diff -r fd4afe8bb584 -r 2554d6152729 pidgin/pixmaps/status/16/extended-away_i.png Binary file pidgin/pixmaps/status/16/extended-away_i.png has changed