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/sourceoutputwidget.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/sourceoutputwidget.h')
-rw-r--r-- | src/sourceoutputwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourceoutputwidget.h b/src/sourceoutputwidget.h index 1782c77..4eaf613 100644 --- a/src/sourceoutputwidget.h +++ b/src/sourceoutputwidget.h @@ -40,7 +40,7 @@ public: uint32_t index, clientIndex; void setSourceIndex(uint32_t idx); uint32_t sourceIndex(); - virtual bool onDeviceChangePopup(GdkEventButton*); + virtual void onDeviceChangePopup(); virtual bool onWidgetButtonEvent(GdkEventButton*); virtual void onKill(); |