From 7b3083df574d15941449ae8532fef472aedc1ae6 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 17 Jun 2009 23:23:04 +0100 Subject: Don't use a hyperlink to display the device, just use a regular button. I'm not super happy with this style but it's probably more reliable --- src/sinkinputwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sinkinputwidget.h') diff --git a/src/sinkinputwidget.h b/src/sinkinputwidget.h index 6ec1b69..a4e0baf 100644 --- a/src/sinkinputwidget.h +++ b/src/sinkinputwidget.h @@ -41,7 +41,7 @@ public: void setSinkIndex(uint32_t idx); uint32_t sinkIndex(); virtual void executeVolumeUpdate(); - virtual bool onDeviceChangePopup(GdkEventButton*); + virtual void onDeviceChangePopup(); virtual bool onWidgetButtonEvent(GdkEventButton*); virtual void onMuteToggleButton(); virtual void onKill(); -- cgit