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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 29 14:44:37 CDT 2009


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


Stefan Stranz <sfs1988 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfs1988 at gmail.com




--- Comment #11 from Stefan Stranz <sfs1988 at gmail.com>  2009-04-29 14:44:32 ---
(In reply to comment #10)
> 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.
> 

Tested these changes on current git. Fixed the queue not updating in WinSCP.
Attaching a patch file.


-- 
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