From ac052e1a30d1aeb7c514f9dd4eb8e6fb50382185 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 28 Jun 2009 16:00:35 +0100 Subject: Rename event method to be more indicative of what it does. --- 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 36c4cc6..162551f 100644 --- a/src/sourceoutputwidget.h +++ b/src/sourceoutputwidget.h @@ -41,7 +41,7 @@ public: void setSourceIndex(uint32_t idx); uint32_t sourceIndex(); virtual void onDeviceChangePopup(); - virtual bool onWidgetButtonEvent(GdkEventButton*); + virtual bool onContextTriggerEvent(GdkEventButton*); virtual void onKill(); private: -- cgit