summaryrefslogtreecommitdiffstats
path: root/src/ClientWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientWindow.cc')
-rw-r--r--src/ClientWindow.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ClientWindow.cc b/src/ClientWindow.cc
index 88e2ad3..b0bf5d8 100644
--- a/src/ClientWindow.cc
+++ b/src/ClientWindow.cc
@@ -57,3 +57,8 @@ void ClientWindow::onToOwnerModuleButton() {
if (owner_module != (uint32_t) -1)
serverInfoManager->showModuleWindow(owner_module);
}
+
+bool ClientWindow::on_delete_event(GdkEventAny* e) {
+ hide();
+ return false;
+}