Wed, 09 May 2007 18:49:46 +0000
merge of 'eeff9c9fa13fb95de3da116c3f40f60f632b4643'
and 'd8ebf5b1495a622f9a0043870a4e31b8d57165c2'
--- a/libpurple/protocols/jabber/libxmpp.c Wed May 09 16:07:28 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Wed May 09 18:49:46 2007 +0000 @@ -192,7 +192,7 @@ PurpleAccountOption *option; /* Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im */ - split = purple_account_user_split_new(_("Domain"), "gmail.com", '@'); + split = purple_account_user_split_new(_("Domain"), NULL, '@'); prpl_info.user_splits = g_list_append(prpl_info.user_splits, split); split = purple_account_user_split_new(_("Resource"), "Home", '/');