- Do not release CMenuDeskBar more times than necessary
- Should fix the start menu

svn path=/branches/shell-experiments/; revision=65083
This commit is contained in:
Giannis Adamopoulos 2014-10-28 19:50:49 +00:00
parent 41e4833e4e
commit b763819882

View file

@ -45,6 +45,7 @@ CMenuDeskBar::CMenuDeskBar() :
CMenuDeskBar::~CMenuDeskBar()
{
m_ShowFlags = 0;
}
LRESULT CMenuDeskBar::_OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
@ -57,7 +58,6 @@ LRESULT CMenuDeskBar::_OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &b
void CMenuDeskBar::OnFinalMessage(HWND /* hWnd */)
{
this->Release();
}
HRESULT STDMETHODCALLTYPE CMenuDeskBar::Initialize(THIS)