[Users] [Bug 3321] selected message doesn't deselected when moving focus using up/down on keyboard

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Tue Nov 4 16:46:48 CET 2014


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3321

--- Comment #6 from Ricardo Mones <mones at users.sourceforge.net> ---
(In reply to comment #5)
> Mones, do notice the previous case:
> 
>     case GTK_SELECTION_MULTIPLE:
>       if (clist->anchor >= 0)
> 	return;
>     case GTK_SELECTION_BROWSE:
> 
> - it doesn't end with a break, so the GTK_SELECTION_BROWSE alternative will
> be run through for both GTK_SELECTION_BROWSE, and (some instances of)
> GTK_SELECTION_MULTIPLE (when it doesn't reach the return in that block).

Yeah, I missed that :)
Many thanks Andreas!
Reverting then...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list