diff options
Diffstat (limited to 'src/callbacks.cpp')
-rw-r--r-- | src/callbacks.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 18a9823..87e6bdf 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -356,10 +356,8 @@ cb_tree_button_pressed (GtkWidget *widget, { ProcData * const procdata = static_cast<ProcData*>(data); - if (event->button == 3 && event->type == GDK_BUTTON_PRESS) { + if (event->button == 3 && event->type == GDK_BUTTON_PRESS) do_popup_menu (procdata, event); - return TRUE; - } return FALSE; } |