Mercurial > pidgin
changeset 15494:aa5a1237f42e
Didn't mean to ci that
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 02 Feb 2007 22:16:10 +0000 |
parents | 2554d6152729 |
children | e35bf6411675 |
files | libpurple/protocols/jabber/roster.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/roster.c Fri Feb 02 21:38:52 2007 +0000 +++ b/libpurple/protocols/jabber/roster.c Fri Feb 02 22:16:10 2007 +0000 @@ -228,8 +228,6 @@ 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); } }