summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r--src/streamwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h
index 48e3fd6..c11d993 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -36,7 +36,6 @@ public:
virtual void updateChannelVolume(int channel, pa_volume_t v);
Gtk::ToggleButton *lockToggleButton, *muteToggleButton;
- Gtk::Button *terminateButton;
Gtk::Label *directionLabel;
Gtk::EventBox *deviceButton;
Gtk::Label *deviceLabel;
@@ -48,7 +47,7 @@ public:
virtual void onMuteToggleButton();
virtual bool onDeviceChangePopup(GdkEventButton*);
- virtual void onKill();
+ virtual bool onWidgetButtonEvent(GdkEventButton*);
sigc::connection timeoutConnection;