mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
fix GPF for clicks in the favorites folder
svn path=/trunk/; revision=12359
This commit is contained in:
parent
7a1b4194e2
commit
d8d3883496
1 changed files with 4 additions and 1 deletions
|
@ -2113,8 +2113,11 @@ int FavoritesMenu::Command(int id, int code)
|
|||
Bookmark& bookmark = *node._pbookmark;
|
||||
|
||||
String url = bookmark._url;
|
||||
HWND hparent = GetParent(_hwnd);
|
||||
|
||||
CloseStartMenu(id);
|
||||
launch_file(GetParent(_hwnd), url, SW_SHOWNORMAL);
|
||||
|
||||
launch_file(hparent, url, SW_SHOWNORMAL);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue