repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: ec2e7b079c49bb30240f373f90569f896542947e: path_to: revision_to:
commit ec2e7b079c49bb30240f373f90569f896542947e Author: Emanuele GiaquintaDate: Mon Dec 5 12:52:34 2011 +0000 Always set the urgency hint in set_urgency when enable is true, use caching to avoid spurious clears only. diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -1711,7 +1711,7 @@ rxvt_term::x_cb (XEvent &ev)
void
rxvt_term::set_urgency (bool enable)
{
- if (enable == urgency_hint)
+ if (!(enable || urgency_hint))
return;
if (XWMHints *h = XGetWMHints (dpy, parent))
-----END OF PAGE-----