summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r--src/streamwidget.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h
index c11d993..7fe13ee 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -37,8 +37,7 @@ public:
Gtk::ToggleButton *lockToggleButton, *muteToggleButton;
Gtk::Label *directionLabel;
- Gtk::EventBox *deviceButton;
- Gtk::Label *deviceLabel;
+ Gtk::Button *deviceButton;
pa_channel_map channelMap;
pa_cvolume volume;
@@ -46,7 +45,7 @@ public:
ChannelWidget *channelWidgets[PA_CHANNELS_MAX];
virtual void onMuteToggleButton();
- virtual bool onDeviceChangePopup(GdkEventButton*);
+ virtual void onDeviceChangePopup();
virtual bool onWidgetButtonEvent(GdkEventButton*);
sigc::connection timeoutConnection;