Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f984d4d7
Commit
f984d4d7
authored
Jul 03, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Update currently selected folder in SHBrowseForFolder dialog.
parent
9cd2d61b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
brsfolder.c
dlls/shell32/brsfolder.c
+5
-0
No files found.
dlls/shell32/brsfolder.c
View file @
f984d4d7
...
...
@@ -556,10 +556,15 @@ static LRESULT BrsFolder_Treeview_Expand( browse_info *info, NMTREEVIEWW *pnmtv
static
HRESULT
BrsFolder_Treeview_Changed
(
browse_info
*
info
,
NMTREEVIEWW
*
pnmtv
)
{
LPTV_ITEMDATA
lptvid
=
(
LPTV_ITEMDATA
)
pnmtv
->
itemNew
.
lParam
;
WCHAR
name
[
MAX_PATH
];
lptvid
=
(
LPTV_ITEMDATA
)
pnmtv
->
itemNew
.
lParam
;
ILFree
(
info
->
pidlRet
);
info
->
pidlRet
=
ILClone
(
lptvid
->
lpifq
);
if
(
GetName
(
lptvid
->
lpsfParent
,
lptvid
->
lpi
,
SHGDN_NORMAL
,
name
))
SetWindowTextW
(
GetDlgItem
(
info
->
hWnd
,
IDD_FOLDERTEXT
),
name
);
browsefolder_callback
(
info
->
lpBrowseInfo
,
info
->
hWnd
,
BFFM_SELCHANGED
,
(
LPARAM
)
info
->
pidlRet
);
BrsFolder_CheckValidSelection
(
info
,
lptvid
);
...
...
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