Do not block propagation of the button-press event

This commit is contained in:
Pierre Pronchery 2009-08-30 02:41:10 +00:00
parent ec32c582c2
commit fcc64970fe

View File

@ -198,7 +198,7 @@ static gboolean _on_button_press(GtkWidget * widget, GdkEventButton * event,
fprintf(stderr, "DEBUG: %s()\n", __func__);
#endif
if(event->type != GDK_BUTTON_PRESS || event->button != 3)
return FALSE;
return TRUE;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s() right-click\n", __func__);
#endif