Index: xbmc/GUIWindowWeather.cpp =================================================================== --- xbmc/GUIWindowWeather.cpp (revision 30790) +++ xbmc/GUIWindowWeather.cpp (working copy) @@ -223,6 +223,12 @@ 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]); @@ -232,6 +238,7 @@ return; } } + */ g_weatherManager.RefreshInfo(); // get the current locations area code CStdString strSetting;