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/sourceoutputwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sourceoutputwidget.h') 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(); -- cgit