Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
82af0ed0
Commit
82af0ed0
authored
Jun 04, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Jun 04, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Send CDN_FOLDERCHANGE whenever we change folder.
parent
34597093
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
filedlg.c
dlls/commdlg/filedlg.c
+5
-2
No files found.
dlls/commdlg/filedlg.c
View file @
82af0ed0
...
...
@@ -2220,6 +2220,7 @@ static BOOL FILEDLG95_SHELL_UpFolder(HWND hwnd)
NULL
,
SBSP_PARENT
)))
{
SendCustomDlgNotificationMessage
(
hwnd
,
CDN_FOLDERCHANGE
);
return
TRUE
;
}
return
FALSE
;
...
...
@@ -2241,6 +2242,7 @@ static BOOL FILEDLG95_SHELL_BrowseToDesktop(HWND hwnd)
SHGetSpecialFolderLocation
(
0
,
CSIDL_DESKTOP
,
&
pidl
);
hres
=
IShellBrowser_BrowseObject
(
fodInfos
->
Shell
.
FOIShellBrowser
,
pidl
,
SBSP_ABSOLUTE
);
SendCustomDlgNotificationMessage
(
hwnd
,
CDN_FOLDERCHANGE
);
COMDLG32_SHFree
(
pidl
);
return
SUCCEEDED
(
hres
);
}
...
...
@@ -2692,6 +2694,7 @@ static BOOL FILEDLG95_LOOKIN_OnCommand(HWND hwnd, WORD wNotifyCode)
tmpFolder
->
pidlItem
,
SBSP_ABSOLUTE
)))
{
SendCustomDlgNotificationMessage
(
hwnd
,
CDN_FOLDERCHANGE
);
return
TRUE
;
}
break
;
...
...
@@ -3363,8 +3366,8 @@ static BOOL BrowseSelectedFolder(HWND hwnd)
' '
,
'n'
,
'o'
,
't'
,
' '
,
'e'
,
'x'
,
'i'
,
's'
,
't'
,
0
};
MessageBoxW
(
hwnd
,
notexist
,
fodInfos
->
title
,
MB_OK
|
MB_ICONEXCLAMATION
);
}
bBrowseSelFolder
=
TRUE
;
bBrowseSelFolder
=
TRUE
;
SendCustomDlgNotificationMessage
(
hwnd
,
CDN_FOLDERCHANGE
)
;
}
COMDLG32_SHFree
(
pidlSelection
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment