mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Don't add quick launch icon copies after showing a context menu
See issue #2453 for more details. svn path=/trunk/; revision=43170
This commit is contained in:
parent
ad3b46fccd
commit
b96785f363
1 changed files with 1 additions and 3 deletions
|
@ -252,9 +252,7 @@ LRESULT QuickLaunchBar::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
|
|||
if (entry) { // entry is NULL for desktop switch buttons
|
||||
HRESULT hr = entry->do_context_menu(_hwnd, screen_pt, _cm_ifs);
|
||||
|
||||
if (SUCCEEDED(hr))
|
||||
AddShortcuts(); //refresh();
|
||||
else
|
||||
if (!SUCCEEDED(hr))
|
||||
CHECKERROR(hr);
|
||||
} else
|
||||
goto def;
|
||||
|
|
Loading…
Reference in a new issue