[Thunar-dev] multiple selection in icon view
Benedikt Meurer
benedikt.meurer at unix-ag.uni-siegen.de
Sun Apr 9 18:38:02 CEST 2006
Matt McClinch wrote:
> Cool, though it looks like you replied to my email containing the older
> patch. I would encourage you to consider applying the newer patch
> instead. That may have been what you meant; it's hard to tell.
Committed, thanks.
> Also, I would suggest making the following changes to
> exo_icon_view_button_press_event () :
>
> 1. Get rid of the if statement on line 2079, making that whole block
> unconditional.
> 2. Insert this before line 2081, making the call to
> exo_icon_view_unselect_all_internal () conditional:
> if (!(event->state & GDK_CONTROL_MASK))
>
> I think this results in better behaviour. You are certainly welcome to
> disagree, or to agree with one and not the other.
Hm, so you want to merge the new selection with the previous selection
if Control is pressed in addition to Shift?
> Matt
Benedikt
More information about the Thunar-dev
mailing list