On 3/15/2010 16:08, Jeff Latimer wrote:
Changed LISTVIEW_EndEditLabel to set up the call to LISTVIEW_GetItemT
the same as LISTVIEW_EditLabel
If not set then no value is returned and in the case of uTorrent the
next entry selected is renamed.
http://bugs.winehq.org/show_bug.cgi?id=17251
A test case has proved difficult to construct as the event is
triggered by mouse clicks and the behaviour of EditLabel appears to be
different in test.
---
dlls/comctl32/listview.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
I think this looks reasonable. Does it fix a bug by the way?