Patch not applied.

Renu Rajput renu.rajput at gmail.com
Mon Aug 28 00:53:59 CDT 2006


Hi

I've tried submitting a patch to wine-patches 3 times(as per feedback from
Wine group), but it has not been applied yet.

Please tell me what I am doing wrong.

Thanks
Renu

Here's the patch:

diff -urN OldDir/dlls/comdlg32/filedlg.c NewDir/dlls/comdlg32/filedlg.c
--- OldDir/dlls/comdlg32/filedlg.c 2006-08-10 18:45:12.000000000 +0530
+++ NewDir/dlls/comdlg32/filedlg.c 2006-08-11 16:09:32.000000000 +0530
@@ -2011,7 +2011,10 @@
IPersistFolder2_Release(ppf2);
if( ! COMDLG32_PIDL_ILIsEqual(pidlCurrent, fodInfos->
ShellInfos.pidlAbsCurrent))
{
- IShellBrowser_BrowseObject(fodInfos->Shell.FOIShellBrowser, pidlCurrent,
SBSP_ABSOLUTE);
+ if (SUCCEEDED(IShellBrowser_BrowseObject(fodInfos->Shell.FOIShellBrowser,
pidlCurrent, SBSP_ABSOLUTE)))
+ {
+ SendCustomDlgNotificationMessage(hwnd, CDN_FOLDERCHANGE);
+ }
}
else if( nOpenAction == ONOPEN_SEARCH )
{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20060828/34937fe4/attachment.htm


More information about the wine-devel mailing list