Mercurial > pidgin.yaz
changeset 27347:5afc3577b8cd
Whoops, that wasn't meant to be https (even though I think Google should be
using those to the exclusion of http for mail)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 03 Jul 2009 05:27:32 +0000 |
parents | 7f5ce6fa0a25 |
children | 77dfed554b2b 46e182c1c14f |
files | libpurple/protocols/jabber/google.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/google.c Fri Jul 03 05:25:41 2009 +0000 +++ b/libpurple/protocols/jabber/google.c Fri Jul 03 05:27:32 2009 +0000 @@ -839,7 +839,7 @@ to_name = jabber_get_bare_jid(to); default_url = xmlnode_get_attrib(child, "url"); if (default_url == NULL || *default_url == '\0') - default_url = "https://mail.google.com/mail"; + default_url = "http://mail.google.com/mail"; message= xmlnode_get_child(child, "mail-thread-info"); for (i=0; message; message = xmlnode_get_next_twin(message), i++) {