changeset 20631:56cec2b6ff98

Uh, these two callbacks were backwards. Methinks somebody didn't test this.
author Mark Doliner <mark@kingant.net>
date Mon, 24 Sep 2007 01:25:56 +0000
parents 41dd71aa79d6
children 0bd4e35741f4
files libpurple/protocols/jabber/libxmpp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c	Mon Sep 24 00:40:20 2007 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c	Mon Sep 24 01:25:56 2007 +0000
@@ -113,8 +113,8 @@
 	jabber_prpl_send_raw,			/* send_raw */
 	jabber_roomlist_room_serialize, /* roomlist_room_serialize */
 	jabber_unregister_account,		/* unregister_user */
-	jabber_attention_types,                 /* attention_types */
-	jabber_send_attention,                  /* send_attention */
+	jabber_send_attention,			/* send_attention */
+	jabber_attention_types,			/* attention_types */
 
 	/* padding */
 	NULL