comparison mcabber/src/jabglue.c @ 678:e175f5d96f04

Fix a small issue in roster_msg_setflag() Add a roster item when there is none and the new_message flag is requested.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Jan 2006 12:02:14 +0100
parents 633a0522bd37
children 3282276e7413
comparison
equal deleted inserted replaced
677:633a0522bd37 678:e175f5d96f04
1426 scr_LogPrint(LPRINT_LOGNORM, "%s", buf); 1426 scr_LogPrint(LPRINT_LOGNORM, "%s", buf);
1427 g_free(buf); 1427 g_free(buf);
1428 } else { 1428 } else {
1429 scr_LogPrint(LPRINT_LOGNORM, "Received unrecognized packet from <%s>, " 1429 scr_LogPrint(LPRINT_LOGNORM, "Received unrecognized packet from <%s>, "
1430 "type=%s", from, (type ? type : "")); 1430 "type=%s", from, (type ? type : ""));
1431
1432 } 1431 }
1433 g_free(r); 1432 g_free(r);
1434 } 1433 }
1435 1434
1436 static void packethandler(jconn conn, jpacket packet) 1435 static void packethandler(jconn conn, jpacket packet)