The branch, dharma has been updated
       via  9c295add66f51d726501d6698d0d7259d8a1a57e (commit)
      from  1f8ebaae10981321c744bcd94b5edc934661e9cf (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=9c295add66f51d726501d6698d0d7259d8a1a57e

commit 9c295add66f51d726501d6698d0d7259d8a1a57e
Author: spiff <[email protected]>
Date:   Wed Feb 29 17:50:23 2012 +0100

    [plugin.video.nrk] updated to version 2.1.2

diff --git a/plugin.video.nrk/addon.xml b/plugin.video.nrk/addon.xml
index 48451f8..774485c 100644
--- a/plugin.video.nrk/addon.xml
+++ b/plugin.video.nrk/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.nrk"
        name="NRK"
-       version="2.1.1"
+       version="2.1.2"
        provider-name="takoi">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.nrk/changelog.txt b/plugin.video.nrk/changelog.txt
index 9ba4c07..5952e7e 100644
--- a/plugin.video.nrk/changelog.txt
+++ b/plugin.video.nrk/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.1.2[/B]
+- fixed: missing labels with certain skins
+
 [B]2.1.1[/B]
 - added: multi-page search result
 
diff --git a/plugin.video.nrk/default.py b/plugin.video.nrk/default.py
index d19520a..ecff9c4 100644
--- a/plugin.video.nrk/default.py
+++ b/plugin.video.nrk/default.py
@@ -126,4 +126,5 @@ if ( __name__ == "__main__" ):
         node_url(sys.argv[0], int(sys.argv[1]), arg[1])
     
     else:
+        xbmcplugin.setContent(int(sys.argv[1]), "files")
         nodes(sys.argv[0], int(sys.argv[1]))

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.nrk/addon.xml     |    2 +-
 plugin.video.nrk/changelog.txt |    3 +++
 plugin.video.nrk/default.py    |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to