pidgin: 2ae45ae9: ft: Properly set a bitmask field (so it ...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun Nov 29 12:42:53 EST 2009


-----------------------------------------------------------------
Revision: 2ae45ae9f9a88ca0387db80d711e72799332ff55
Ancestor: 90547952037cf18eeca9185d175f6f326d2c30d1
Author: florian at instantbird.org
Date: 2009-11-29T17:35:00
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2ae45ae9f9a88ca0387db80d711e72799332ff55

Modified files:
        libpurple/ft.c

ChangeLog: 

ft: Properly set a bitmask field (so it includes PURPLE_MESSAGE_SYSTEM like
all other ft messages).

-------------- next part --------------
============================================================
--- libpurple/ft.c	4e682737a66d8693c0c23e2ca50a69f935369042
+++ libpurple/ft.c	faa1f0186de8858511255fddb6866f7af73c3035
@@ -229,7 +229,7 @@ void purple_xfer_conversation_write(Purp
 	escaped = g_markup_escape_text(message, -1);
 
 	if (is_error)
-		flags = PURPLE_MESSAGE_ERROR;
+		flags |= PURPLE_MESSAGE_ERROR;
 
 	purple_conversation_write(conv, NULL, escaped, flags, time(NULL));
 	g_free(escaped);


More information about the Commits mailing list