Fixed action face.
[lurk.git] / lurk.el
diff --git a/lurk.el b/lurk.el
index c5a11f3..96b93ae 100644 (file)
--- a/lurk.el
+++ b/lurk.el
@@ -397,7 +397,7 @@ portion of the source component of the message, as LURK doesn't use this.")
       (setq lurk-input-marker (point-max-marker)))
     (goto-char (point-max))
     (lurk-render-prompt)
-    (if (lurk-display-header)
+    (if lurk-display-header
         (lurk-setup-header))))
 
 
@@ -487,7 +487,9 @@ portion of the source component of the message, as LURK doesn't use this.")
                    (if (equal to lurk-nick) from to))))
     (lurk-display-string
      context
-     (concat "* " from)
+     (propertize
+      (concat context " * " from)
+      'face (lurk-get-context-facelist context))
      action-text)))
 
 (defun lurk-display-notice (context &rest notices)