Index: scripts/.modules/script.module.xbmcaddon/lib/xbmcaddon.py =================================================================== --- scripts/.modules/script.module.xbmcaddon/lib/xbmcaddon.py (revision 30787) +++ scripts/.modules/script.module.xbmcaddon/lib/xbmcaddon.py (working copy) @@ -40,7 +40,7 @@ # check if we're at root folder of addon if ( not os.path.isfile( os.path.join( cwd, "addon.xml" ) ) ): # we're not at root, assume resources/lib/ - cwd = os.path.dirname( os.path.dirname( os.path.dirname( cwd ) ) + cwd = os.path.dirname( os.path.dirname( cwd ) ) # return result return cwd Index: xbmc/GUIWindowWeather.cpp =================================================================== --- xbmc/GUIWindowWeather.cpp (revision 30787) +++ xbmc/GUIWindowWeather.cpp (working copy) @@ -31,7 +31,7 @@ #define CONTROL_BTNREFRESH 2 #define CONTROL_SELECTLOCATION 3 -float timeToCallPlugin = 1000; +unsigned int timeToCallPlugin = 1000; bool forceRefresh = false;