diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2015-03-03 22:14:07 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2015-03-10 13:16:59 +0100 |
commit | 2f44b44d39e361325bdd0706bb99473c333652df (patch) | |
tree | c722faa96ab6caefc584f0c525f3d8f5e7208756 /addons/xbmc.gui | |
parent | ad3af07cd3a194463f40e8b46ca34de53bb7f558 (diff) |
[addons] cleanup context menus in addon window
-change 'check for updates' to always do a repo update and move it to the side menu
-removes 'force refresh'
-fixes GetContextButtons in some cases not calling base
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r-- | addons/xbmc.gui/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.gui/addon.xml b/addons/xbmc.gui/addon.xml index 33c2debf36..cac1b871c6 100644 --- a/addons/xbmc.gui/addon.xml +++ b/addons/xbmc.gui/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.gui" version="5.8.0" provider-name="Team-Kodi"> +<addon id="xbmc.gui" version="5.9.0" provider-name="Team-Kodi"> <backwards-compatibility abi="5.3.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> |