changeset 1870:28921530e20b

[gaim-migrate @ 1880] sell out with me oh yeah sell out with me tonight THE RECORD COMPANY IS GONNA MAKE EVERY THING ALL RIGHT committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 21 May 2001 04:15:27 +0000
parents 3f6c63edd47f
children 4836d30127df
files plugins/jabber/jabber.c src/buddy.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/jabber/jabber.c	Mon May 21 03:54:06 2001 +0000
+++ b/plugins/jabber/jabber.c	Mon May 21 04:15:27 2001 +0000
@@ -1115,7 +1115,7 @@
 			from = xmlnode_get_attrib(p->x, "from");
 			querynode = xmlnode_get_tag(p->x, "query");
 			xmlns = xmlnode_get_attrib(querynode, "xmlns");
-			vcard = xmlnode_get_tag(p->x, "VCARD");
+			vcard = xmlnode_get_tag(p->x, "vCard");
 
 			if (NSCHECK(querynode, NS_ROSTER)) {
 				jabber_handleroster(j, querynode);
--- a/src/buddy.c	Mon May 21 03:54:06 2001 +0000
+++ b/src/buddy.c	Mon May 21 04:15:27 2001 +0000
@@ -1721,7 +1721,6 @@
 				gtk_option_menu_set_history(GTK_OPTION_MENU(c->menu),
 						g_slist_index(connections, u->gc));
 				update_buttons_by_protocol(c);
-					c = new_conversation(name);
 			}
 			if (b->options & OPT_POUNCE_SEND_IM) {
                         	c = find_conversation(name);