mountoperation: fix the build
2d3db3421f
has a typo which broke the
build on master.
This commit is contained in:
parent
b58a82dbb3
commit
82710adc24
@ -1167,7 +1167,7 @@ on_button_press_event_for_process_tree_view (GtkWidget *widget,
|
|||||||
|
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
|
||||||
if (gtk_button_event_triggers_context_menu (event))
|
if (gdk_event_triggers_context_menu ((GdkEvent *) event))
|
||||||
{
|
{
|
||||||
ret = do_popup_menu_for_process_tree_view (widget, event, op);
|
ret = do_popup_menu_for_process_tree_view (widget, event, op);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user