Fix double context menu in Terminal tab
commit6622574172a23993c19b3ce02e5190f252f01faf
authorMatthew Brush <matt@geany.org>
Fri, 12 Jan 2018 21:52:32 +0000 (12 13:52 -0800)
committerMatthew Brush <matt@geany.org>
Fri, 12 Jan 2018 21:55:07 +0000 (12 13:55 -0800)
tree508123e4bb7bf311e37f9a95deb3461cacb1553d
parent7e1ab31c18ab977f1756c7afa3eeb4061b9eb09e
Fix double context menu in Terminal tab

This was introduced in 1f71ccd because the VTE widget's existing
button-press handler didn't return `TRUE` and so the event propogated
up to the notebook showing both of their context menus.
src/vte.c