Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
commiteab73f89ecd2917692e83b68e68d36680431cf96
authorAlexandre Julliard <julliard@winehq.org>
Sat, 1 May 1999 10:29:37 +0000 (1 10:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 1 May 1999 10:29:37 +0000 (1 10:29 +0000)
tree25051c5ef9dbaa5d53d3ccfa43fee8acc29e0591
parent93c68a7ed6c8449557c190d0a6a81de5415c726f
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
between lpItem and lpLVItem.  Now compares the pszText string of the
lpItem and lpLVItem structs.  Fixes a bug where the old and new item
have the same attributes but their text differs and GetItemChanges()
compares them as equal.
dlls/comctl32/listview.c