Skip to content

Commit

Permalink
recent-view: Do not propagate button_press_event in recent view
Browse files Browse the repository at this point in the history
Otherwise, when using single clicks the drag icon would remain
active.
  • Loading branch information
Germán Poo-Caamaño committed May 5, 2014
1 parent 20d4338 commit e135acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ev-recent-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ on_button_press_event (GtkWidget *view,
g_clear_pointer (&priv->pressed_item_tree_path, gtk_tree_path_free);
priv->pressed_item_tree_path = gd_main_view_generic_get_path_at_pos (generic, event->x, event->y);

return FALSE;
return TRUE;
}

static void
Expand Down

0 comments on commit e135acc

Please sign in to comment.