# HG changeset patch # User Marcus Lundblad # Date 1258404544 0 # Node ID ad119b77f94199e93b559b3d74987721c76f9a14 # Parent 9198a5d39c5cdd0d619243b4bba8ee019bb26b7f Restore message flags for attention messages... diff -r 9198a5d39c5c -r ad119b77f941 libpurple/prpl.c --- a/libpurple/prpl.c Mon Nov 16 20:45:56 2009 +0000 +++ b/libpurple/prpl.c Mon Nov 16 20:49:04 2009 +0000 @@ -471,7 +471,7 @@ attn = purple_get_attention_type_from_code(gc->account, type_code); /* PURPLE_MESSAGE_NOTIFY is for attention messages. */ - flags = PURPLE_MESSAGE_SYSTEM; + flags = PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NOTIFY | PURPLE_MESSAGE_RECV; /* TODO: if (attn->icon_name) is non-null, use it to lookup an emoticon and display * it next to the attention command. And if it is null, display a generic icon. */