aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.gui
diff options
context:
space:
mode:
authorThomas Amland <thomas.amland@gmail.com>2015-03-03 22:14:07 +0100
committerThomas Amland <thomas.amland@gmail.com>2015-03-10 13:16:59 +0100
commit2f44b44d39e361325bdd0706bb99473c333652df (patch)
treec722faa96ab6caefc584f0c525f3d8f5e7208756 /addons/xbmc.gui
parentad3af07cd3a194463f40e8b46ca34de53bb7f558 (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.xml2
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"/>