aboutsummaryrefslogtreecommitdiffstats
path: root/src/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panel.c')
-rw-r--r--src/panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panel.c b/src/panel.c
index f20e134..5713e4d 100644
--- a/src/panel.c
+++ b/src/panel.c
@@ -886,6 +886,7 @@ panel_handle_client_message(MBPanel *panel, XClientMessageEvent *e)
break;
case SYSTEM_TRAY_CANCEL_MESSAGE:
DBG("%s() is SYSTEM_TRAY_CANCEL_MESSAGE\n", __func__ );
+ msg_cancel(panel, e);
break;
}
return;