summaryrefslogtreecommitdiffstats
path: root/src/sinkinputwidget.cc
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.cc
parent61cae8cd403ab6ff5e75d51edd0158e9335865fb (diff)
Rename event method to be more indicative of what it does.
Diffstat (limited to 'src/sinkinputwidget.cc')
-rw-r--r--src/sinkinputwidget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sinkinputwidget.cc b/src/sinkinputwidget.cc
index 36f368a..f956885 100644
--- a/src/sinkinputwidget.cc
+++ b/src/sinkinputwidget.cc
@@ -99,7 +99,7 @@ void SinkInputWidget::onMuteToggleButton() {
pa_operation_unref(o);
}
-bool SinkInputWidget::onWidgetButtonEvent(GdkEventButton* event) {
+bool SinkInputWidget::onContextTriggerEvent(GdkEventButton* event) {
if (GDK_BUTTON_PRESS == event->type && 3 == event->button) {
contextMenu.popup(event->button, event->time);
return true;