| commit | f45d56912a73d2c64ac707085c280f9a1089d1d7 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Sun Mar 04 01:04:35 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Mar 04 01:04:35 2001 +0000 |
| tree | b637a880be45baf7bce53ef1cde071e2ad15b45e | |
| parent | 8d0e1e767a5528cab064a2a7c1763a64ee2b081a [diff] |
In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no selection mark has been set, just select the current item. In LISTVIEW_SetGroupSelection we must also set the selection mark in that case (and only in that case). Removed a naughty ';' (spotted by Eric Pouech).