[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690
Alexandre Julliard
julliard at winehq.org
Sun Jun 17 20:04:13 UTC 2012
The following commit has been merged in the wheezy branch:
commit b062d4e9a0354846433ccb8355f64fe5b93598e2
Author: Piotr Caban <piotr at codeweavers.com>
Date: Thu May 10 11:19:37 2012 +0200
comctl32: LVM_SETITEMTEXT is not supported on LVS_OWNERDATA.
(cherry picked from commit 8276a3375b653cec5df2f823bf5b5ae08550152f)
diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 3cd316a..34c12cd 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -8865,6 +8865,7 @@ static BOOL LISTVIEW_SetItemTextT(LISTVIEW_INFO *infoPtr, INT nItem, const LVITE
LVITEMW lvItem;
if (!lpLVItem || nItem < 0 || nItem >= infoPtr->nItemCount) return FALSE;
+ if (infoPtr->dwStyle & LVS_OWNERDATA) return FALSE;
lvItem.iItem = nItem;
lvItem.iSubItem = lpLVItem->iSubItem;
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list