# HG changeset patch # User Paul Aurich # Date 1242404487 0 # Node ID 0bce1b58e1fe1a942dd317bf567051f650981d0c # Parent e4ab3d5362df5e2f4235809dba32ba2b6122f2a0 Don't set jm->chat_state twice. diff -r e4ab3d5362df -r 0bce1b58e1fe libpurple/protocols/jabber/message.c --- a/libpurple/protocols/jabber/message.c Thu May 14 02:12:40 2009 +0000 +++ b/libpurple/protocols/jabber/message.c Fri May 15 16:21:27 2009 +0000 @@ -1163,7 +1163,6 @@ jm->chat_state = JM_STATE_ACTIVE; jm->to = g_strdup(who); jm->id = jabber_get_next_id(jm->js); - jm->chat_state = JM_STATE_ACTIVE; if(jbr) { if(jbr->thread_id)