diff --git a/src/fe-common/core/window-activity.c b/src/fe-common/core/window-activity.c index 5197e1a0..eab2c02f 100644 --- a/src/fe-common/core/window-activity.c +++ b/src/fe-common/core/window-activity.c @@ -89,7 +89,7 @@ static void sig_hilight_text(TEXT_DEST_REC *dest, const char *msg) DATA_LEVEL_MSG : DATA_LEVEL_TEXT; } - if ((dest->level & MSGLEVEL_HILIGHT) == 0) { + if ((dest->level & MSGLEVEL_HILIGHT) == 0 && dest->target != NULL) { /* check for both target and tag/target */ if (hide_target_activity(data_level, dest->target)) return;