diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-17 23:23:04 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-17 23:23:04 +0100 |
commit | 7b3083df574d15941449ae8532fef472aedc1ae6 (patch) | |
tree | 7d55ff52585102f66520890a3f13c89cf4c105f5 /src/sinkinputwidget.h | |
parent | 514a66e0c8570f9706bcfcf93cec124094931b6e (diff) |
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
Diffstat (limited to 'src/sinkinputwidget.h')
-rw-r--r-- | src/sinkinputwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |