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:
Gregor Schneider 2009-09-26 19:24:39 +00:00
parent ad3b46fccd
commit b96785f363

View file

@ -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;