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:
839be67
)
fix newline
author
Felix Domke
<
[email protected]
>
Sat, 17 Dec 2005 15:46:12 +0000
(15:46 +0000)
committer
Felix Domke
<
[email protected]
>
Sat, 17 Dec 2005 15:46:12 +0000
(15:46 +0000)
lib/python/Components/GUIComponent.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/GUIComponent.py
b/lib/python/Components/GUIComponent.py
index b84cf8c2d41e7a59f6eba7a47c12b37ccf5895fe..5483d181773a54f08c0033630edd58505376d6a8 100644
(file)
--- a/
lib/python/Components/GUIComponent.py
+++ b/
lib/python/Components/GUIComponent.py
@@
-19,4
+19,4
@@
class GUIComponent:
skin.applyAllAttributes(self.instance, desktop, self.skinAttributes)
def move(self, x, y):
- self.instance.move(ePoint(int(x), int(y)))
\ No newline at end of file
+ self.instance.move(ePoint(int(x), int(y)))