[Bug 13867] WinSCP: Background transfer queue doesn't refresh/update automatically (dogfood)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 23 03:17:54 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=13867





--- Comment #10 from GameZelda <gamezelda2 at gmail.com>  2008-12-23 03:17:53 ---
I've found a solution for the problem (at least for Hex Workshop and the test
application). Can someone test if it also works with WinSPC?

(Based on Wine 1.1.11 source):

File: dll/comctl32/listview.c

LINE 527:
FROM: return bt == LPSTR_TEXTCALLBACKW ? 0 : -1;
TO: return bt == LPSTR_TEXTCALLBACKW ? 1 : -1;

Line 3621:
FROM: if (lpSubItem->hdr.pszText != lpLVItem->pszText)
TO: if (textcmpWT(lpSubItem->hdr.pszText, lpLVItem->pszText, isW))

Thanks.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list