diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-28 16:00:35 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-28 16:00:35 +0100 |
commit | ac052e1a30d1aeb7c514f9dd4eb8e6fb50382185 (patch) | |
tree | 2be1d4a793974e9168d7482381916b14b57a73cb /src/sourceoutputwidget.cc | |
parent | 61cae8cd403ab6ff5e75d51edd0158e9335865fb (diff) |
Rename event method to be more indicative of what it does.
Diffstat (limited to 'src/sourceoutputwidget.cc')
-rw-r--r-- | src/sourceoutputwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sourceoutputwidget.cc b/src/sourceoutputwidget.cc index 450e339..19290f0 100644 --- a/src/sourceoutputwidget.cc +++ b/src/sourceoutputwidget.cc @@ -73,7 +73,7 @@ uint32_t SourceOutputWidget::sourceIndex() { return mSourceIndex; } -bool SourceOutputWidget::onWidgetButtonEvent(GdkEventButton* event) { +bool SourceOutputWidget::onContextTriggerEvent(GdkEventButton* event) { if (GDK_BUTTON_PRESS == event->type && 3 == event->button) { contextMenu.popup(event->button, event->time); return true; |