This time it should be alright... cpw.attention_ui

Fri, 06 Feb 2009 23:31:35 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Fri, 06 Feb 2009 23:31:35 +0000
branch
cpw.attention_ui
changeset 25946
f96f16d235d5
parent 25945
48be800e8290
child 25947
72760f7f3b10

This time it should be alright...

libpurple/protocols/msn/msg.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/msg.c	Fri Feb 06 23:27:49 2009 +0000
+++ b/libpurple/protocols/msn/msg.c	Fri Feb 06 23:31:35 2009 +0000
@@ -956,6 +956,8 @@
 			else
 				purple_prpl_got_attention(account->gc, user, MSN_NUDGE);
 
+			purple_conversation_attention(swboard->conv, user, MSN_NUDGE,
+				PURPLE_MESSAGE_SEND, time(NULL));
 		} else {
 			purple_prpl_got_attention(account->gc, user, MSN_NUDGE);
 		}

mercurial