Skip to content

Commit c0f159d

Browse files
committed
Pathbar button: fix poor response to right-click
Fix #996
1 parent 9f08546 commit c0f159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎eel/eel-gtk-extensions.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ eel_pop_up_context_menu (GtkMenu *menu,
292292
{
293293
g_return_if_fail (GTK_IS_MENU (menu));
294294

295-
gtk_menu_popup_at_pointer (menu, NULL);
295+
gtk_menu_popup_at_pointer (menu, (const GdkEvent*) event);
296296

297297
g_object_ref_sink (menu);
298298
g_object_unref (menu);

0 commit comments

Comments
 (0)