The branch, eden has been updated
       via  2033345df1e1ad1d2a3b71632d11eca78a1b7a19 (commit)
      from  02a750ce23cc8488885e5c400b304703e3770dfb (commit)

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

commit 2033345df1e1ad1d2a3b71632d11eca78a1b7a19
Author: beenje <[email protected]>
Date:   Thu Jun 6 07:29:53 2013 +0200

    [plugin.image.iphoto] updated to version 2.0.5

diff --git a/plugin.image.iphoto/addon.py b/plugin.image.iphoto/addon.py
index f6628f1..1d97318 100644
--- a/plugin.image.iphoto/addon.py
+++ b/plugin.image.iphoto/addon.py
@@ -513,7 +513,10 @@ class IPhotoGUI:
            if (not count and self.album_ign_empty == "true"):
                continue
 
-           item = gui.ListItem(name, iconImage=thumbpath, 
thumbnailImage=thumbpath)
+            if (thumbpath != None):
+               item = gui.ListItem(name, iconImage=thumbpath, 
thumbnailImage=thumbpath)
+           else:
+               item = gui.ListItem(name)
            item.addContextMenuItems(self.context_menu_items, True)
 
            try:
diff --git a/plugin.image.iphoto/addon.xml b/plugin.image.iphoto/addon.xml
index 9187dbe..ae3cb79 100644
--- a/plugin.image.iphoto/addon.xml
+++ b/plugin.image.iphoto/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.image.iphoto" name="iPhoto" version="2.0.4" 
provider-name="jingai">
+<addon id="plugin.image.iphoto" name="iPhoto" version="2.0.5" 
provider-name="jingai">
     <requires>
        <import addon="xbmc.python" version="2.0"/>
        <import addon="script.module.simplejson" version="2.0.10"/>
diff --git a/plugin.image.iphoto/changelog.txt 
b/plugin.image.iphoto/changelog.txt
index 5057290..db7ea08 100644
--- a/plugin.image.iphoto/changelog.txt
+++ b/plugin.image.iphoto/changelog.txt
@@ -1,3 +1,6 @@
+2.0.5 - 20130605
+- Ignore non-existent thumbnails in Events.
+
 2.0.4 - 20130315
 - Fix Places support.
 

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

Summary of changes:
 plugin.image.iphoto/addon.py      |    5 ++++-
 plugin.image.iphoto/addon.xml     |    2 +-
 plugin.image.iphoto/changelog.txt |    3 +++
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to