summaryrefslogtreecommitdiffstats
path: root/src/sinkinputwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-06-28 16:00:35 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-06-28 16:00:35 +0100
commitac052e1a30d1aeb7c514f9dd4eb8e6fb50382185 (patch)
tree2be1d4a793974e9168d7482381916b14b57a73cb /src/sinkinputwidget.h
parent61cae8cd403ab6ff5e75d51edd0158e9335865fb (diff)
Rename event method to be more indicative of what it does.
Diffstat (limited to 'src/sinkinputwidget.h')
-rw-r--r--src/sinkinputwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sinkinputwidget.h b/src/sinkinputwidget.h
index 36141da..bab7f4b 100644
--- a/src/sinkinputwidget.h
+++ b/src/sinkinputwidget.h
@@ -42,7 +42,7 @@ public:
uint32_t sinkIndex();
virtual void executeVolumeUpdate();
virtual void onDeviceChangePopup();
- virtual bool onWidgetButtonEvent(GdkEventButton*);
+ virtual bool onContextTriggerEvent(GdkEventButton*);
virtual void onMuteToggleButton();
virtual void onKill();