[lastmsg] Fix usage of hook-post-message-in parameters
authorMikael Berthe <mikael@lilotux.net>
Mon, 29 Mar 2010 00:46:24 +0200
changeset 18 fb84350decc5
parent 17 be7e71438f76
child 19 85296f26810e
[lastmsg] Fix usage of hook-post-message-in parameters
lastmsg/lastmsg.c
--- a/lastmsg/lastmsg.c	Sat Mar 27 17:12:22 2010 +0100
+++ b/lastmsg/lastmsg.c	Mon Mar 29 00:46:24 2010 +0200
@@ -100,7 +100,7 @@
     else if (!g_strcmp0(args->name, "groupchat")) {
       if (!g_strcmp0(args->value, "true"))
         muc = TRUE;
-    } else if (!g_strcmp0(args->name, "urgent")) {
+    } else if (!g_strcmp0(args->name, "attention")) {
       if (!g_strcmp0(args->value, "true"))
         urgent = TRUE;
     }