shlview

Ulrich Czekalla ulrich.czekalla at utoronto.ca
Sun Feb 1 16:19:07 CST 2004


ChangeLog:
Ulrich Czekalla <ulrich at codeweavers.com>
Set the item mask before calling GetItem


-------------- next part --------------
Index: dlls/shell32/shlview.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shlview.c,v
retrieving revision 1.89
diff -u -w -r1.89 shlview.c
--- dlls/shell32/shlview.c	18 Jan 2004 23:17:32 -0000	1.89
+++ dlls/shell32/shlview.c	1 Feb 2004 22:12:06 -0000
@@ -1362,6 +1362,7 @@
 		  item_index = ListView_GetNextItem(This->hWndList,
 			item_index, LVNI_SELECTED);
 		  item.iItem = item_index;
+		  item.mask |= LVIF_PARAM;
 		  ListView_GetItemA(This->hWndList, &item);
 
 		  /* get item pidl */


More information about the wine-patches mailing list