[gtk-mac-bundler] Bug 780239 - Cannot bundle icon theme



commit bf1f9e21687a7ec6be64220d339f3b0ed01ec909
Author: John Ralls <jralls ceridwen us>
Date:   Fri Apr 7 15:17:26 2017 -0700

    Bug 780239 - Cannot bundle icon theme
    
    Because the theme object can't be validated.
    So don't validate it.

 bundler/project.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bundler/project.py b/bundler/project.py
index 077664c..799ec84 100644
--- a/bundler/project.py
+++ b/bundler/project.py
@@ -604,7 +604,7 @@ class Project:
 
         nodes = utils.node_get_elements_by_tag_name(self.root, "icon-theme")
         for node in nodes:
-            themes.append(Path.from_node(node))
+            themes.append(Path.from_node(node, False))
 
         # The hicolor theme is mandatory.
         if not [l for l in themes if l.name == "hicolor"]:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]