Mercurial > pidgin.yaz
changeset 16972:cbe900af96a8
As long as I'm causing controversy, how about we default to gmail.com? This
helps folks that want to use Google Talk and also provides a nice example.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 09 May 2007 02:57:36 +0000 |
parents | 825f0fe66304 |
children | b08636a33721 810af35c31ce |
files | libpurple/protocols/jabber/libxmpp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c Wed May 09 02:45:35 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Wed May 09 02:57:36 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"), NULL, '@'); + split = purple_account_user_split_new(_("Domain"), "gmail.com", '@'); prpl_info.user_splits = g_list_append(prpl_info.user_splits, split); split = purple_account_user_split_new(_("Resource"), "Home", '/');