Ticket #112: pavucontrol-fix-move-stream-left-click.patch
| File pavucontrol-fix-move-stream-left-click.patch, 406 bytes (added by coling, 5 years ago) |
|---|
-
pavucontrol-0.9.4/src/pavucontrol.cc
old new 449 449 if (event->type == GDK_BUTTON_PRESS && event->button == 3) { 450 450 clearMenu(); 451 451 buildMenu(); 452 menu.popup( event->button, event->time);452 menu.popup(0, event->time); 453 453 return TRUE; 454 454 } 455 455
