git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2e439
)
remove debug
author
Felix Domke
<tmbinc@elitedvb.net>
Wed, 26 Sep 2007 20:31:43 +0000
(20:31 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Wed, 26 Sep 2007 20:31:43 +0000
(20:31 +0000)
lib/python/Components/Renderer/Picon.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Renderer/Picon.py
b/lib/python/Components/Renderer/Picon.py
index 6d97341d08f02f981540fe889a21a4897e848003..4faf4e40fc816f2e08b74730effd91f75d1fe448 100644
(file)
--- a/
lib/python/Components/Renderer/Picon.py
+++ b/
lib/python/Components/Renderer/Picon.py
@@
-17,7
+17,6
@@
class Picon(Renderer):
self.pngname = ""
def applySkin(self, desktop):
- print "-> Picon, applySkin:", self.skinAttributes
attribs = [ ]
for (attrib, value) in self.skinAttributes:
if attrib == "path":
@@
-30,7
+29,6
@@
class Picon(Renderer):
GUI_WIDGET = ePixmap
def changed(self, what):
- print "PICON: path=%s" % self.path
if self.instance:
pngname = ""
if what[0] != self.CHANGED_CLEAR: