Fix build, amend previous commit

This commit is contained in:
Robin Gareus 2023-10-31 20:25:18 +01:00
parent c162aa7aca
commit 7664b15617
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ TriggerEntry::follow_button_event (GdkEvent* ev)
switch (ev->button.button) {
case 1:
case 3:
follow_context_menu (ev->button);
follow_context_menu (&ev->button);
default:
break;
}