summaryrefslogtreecommitdiffstats
path: root/src/traylabelmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/traylabelmgr.cpp')
-rw-r--r--src/traylabelmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/traylabelmgr.cpp b/src/traylabelmgr.cpp
index 6eacdf7..61f08e1 100644
--- a/src/traylabelmgr.cpp
+++ b/src/traylabelmgr.cpp
@@ -608,7 +608,7 @@ bool TrayLabelMgr::x11EventFilter(XEvent *ev)
bool res = t->x11EventFilter(ev);
if (w == (((XAnyEvent *)ev)->window)) return res;
if (w != None) ret |= res;
- else if (res) return TRUE;
+ else if (res) return true;
}
return ret;