Installer: Now removes %TEMP%\Rainmeter-Cache on uninstall.

NowPlayingPlugin: Fixed crash on refresh when the plugin is used in multiple skins with different players.
This commit is contained in:
Birunthan Mohanathas
2011-05-22 14:45:54 +00:00
parent 3ba7d39bc4
commit 7dd3bb1ed4
7 changed files with 39 additions and 23 deletions

View File

@ -19,6 +19,8 @@
#include "StdAfx.h"
#include "PlayerWinamp.h"
extern CPlayer* g_Winamp;
/*
** CPlayerWinamp
**
@ -55,6 +57,7 @@ void CPlayerWinamp::AddInstance(MEASURETYPE type)
if (type == MEASURE_COVER)
{
g_Winamp = NULL;
m_HasCoverMeasure = true;
}
}