lastmsg/lastmsg.c
changeset 18 fb84350decc5
parent 15 d7cced6660a7
child 26 a15aa7a218ec
--- 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;
     }