PKGBUILDs/extra/icewm/icewm-1.3.8-shutdown-reboot-command.patch
2018-06-05 23:50:43 +00:00

13 lines
465 B
Diff

diff --git a/src/wmmgr.cc b/src/wmmgr.cc
index 4252bf6..dc1e703 100644
--- a/src/wmmgr.cc
+++ b/src/wmmgr.cc
@@ -697,7 +697,7 @@ void YWindowManager::handleClientMessage(const XClientMessageEvent &message) {
case ICEWM_ACTION_RESTARTWM:
case ICEWM_ACTION_WINDOWLIST:
case ICEWM_ACTION_ABOUT:
- break;
+ //break;
default:
smActionListener->handleSMAction(message.data.l[1]);
break;