[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:35:59 CET 2014


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

--- Comment #5 from Andreas Rönnquist <gusnan at gusnan.se> ---
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).

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


More information about the Users mailing list