From a940632e17b22bf37f36c9b4ea1778843f31f19e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 Jan 2005 23:59:15 +0000 Subject: update for polypaudio 0.8 git-svn-id: file:///home/lennart/svn/public/pavumeter/trunk@24 c62a5a7b-6fe3-0310-9d5a-afe6de46906b --- src/vumeter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vumeter.cc') diff --git a/src/vumeter.cc b/src/vumeter.cc index 28ef143..2a7d804 100644 --- a/src/vumeter.cc +++ b/src/vumeter.cc @@ -37,7 +37,7 @@ protected: float *levels; virtual void addChannel(const Glib::ustring &l); - virtual bool on_delete_event(GdkEventAny* e); + virtual bool on_delete_event(GdkEventAny* e); virtual bool on_display_timeout(); virtual bool on_calc_timeout(); virtual void decayLevels(); @@ -145,7 +145,7 @@ MainWindow::~MainWindow() { bool MainWindow::on_delete_event(GdkEventAny*) { Gtk::Main::quit(); - return false; + return true; } void MainWindow::addChannel(const Glib::ustring &l) { -- cgit