diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc index fdeda1c..754cb40 100644 --- a/src/pavucontrol.cc +++ b/src/pavucontrol.cc @@ -478,7 +478,7 @@ bool SinkInputWidget::on_button_press_event(GdkEventButton* event) { if (event->type == GDK_BUTTON_PRESS && event->button == 3) { clearMenu(); buildMenu(); - menu.popup(event->button, event->time); + menu.popup(0, event->time); return TRUE; }