Bug #128 » xbmc4xbox-weather.5.diff
xbmc/GUIWindowWeather.cpp (working copy) | ||
---|---|---|
argv[0] = (char*)plugin.c_str();
|
||
// if plugin is running we wait for another timeout only when in weather window
|
||
if (g_pythonParser.ScriptsSize() > 0)
|
||
{
|
||
m_pluginTimer.StartZero();
|
||
return;
|
||
}
|
||
/*
|
||
if (IsActive())
|
||
{
|
||
int id = g_pythonParser.getScriptId(argv[0]);
|
||
... | ... | |
return;
|
||
}
|
||
}
|
||
*/
|
||
g_weatherManager.RefreshInfo();
|
||
// get the current locations area code
|
||
CStdString strSetting;
|
- « Previous
- 1
- …
- 11
- 12
- 13
- Next »