summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/SourceOutputWindow.cc')
-rw-r--r--src/SourceOutputWindow.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SourceOutputWindow.cc b/src/SourceOutputWindow.cc
index 0b742d2..30808f3 100644
--- a/src/SourceOutputWindow.cc
+++ b/src/SourceOutputWindow.cc
@@ -97,3 +97,7 @@ void SourceOutputWindow::onToSourceButton() {
serverInfoManager->showSourceWindow(source);
}
+bool SourceOutputWindow::on_delete_event(GdkEventAny* e) {
+ hide();
+ return false;
+}