mountoperation: fix the build

2d3db3421f has a typo which broke the
build on master.
This commit is contained in:
Cosimo Cecchi 2011-09-27 12:51:54 -04:00
parent b58a82dbb3
commit 82710adc24

View File

@ -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);
} }