From d3dd3d18a1e346fe98a3b460a99c0fb831afe257 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Sep 2004 00:04:00 +0000 Subject: Assorted updates git-svn-id: file:///home/lennart/svn/public/paman/trunk@30 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SourceOutputWindow.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/SourceOutputWindow.cc') 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; +} -- cgit