Send a CDN_FOLDERCHANGE message when we change folders.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




The following patch fixes directory selection in Dreamweaver's site setup.



ChangeLog: * send a CDN_FOLDERCHANGE message when we change folders.
Index: dlls/commdlg/filedlgbrowser.c
===================================================================
RCS file: /home/wine/wine/dlls/commdlg/filedlgbrowser.c,v
retrieving revision 1.38
diff -u -r1.38 filedlgbrowser.c
--- dlls/commdlg/filedlgbrowser.c	7 Jan 2003 20:36:31 -0000	1.38
+++ dlls/commdlg/filedlgbrowser.c	21 Jul 2003 08:56:04 -0000
@@ -722,6 +722,7 @@
 	if (ulAttr & (SFGAO_FOLDER | SFGAO_HASSUBFOLDER) )
 	{
           hRes = IShellBrowser_BrowseObject((IShellBrowser *)This,pidl,SBSP_RELATIVE);
+          SendCustomDlgNotificationMessage(This->hwndOwner, CDN_FOLDERCHANGE);
 	}
         else
 	{

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux