Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
authorisen <isen@isen-desktop.(none)>2009-10-08 05:55:00 (GMT)
committer isen <isen@isen-desktop.(none)>2009-10-08 05:55:00 (GMT)
commit9589ba431934d639fb7d7ed1a20abafcbf347281 (patch)
tree700060689b864f67ab38ae2fa00aa8096af89d66 /tutorius
parent69f4c73764e1e2debc185587e62c26b0ccb6520b (diff)
just some changes
Diffstat (limited to 'tutorius')
-rw-r--r--tutorius/overlayer.py4
-rw-r--r--tutorius/properties.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/tutorius/overlayer.py b/tutorius/overlayer.py
index d2cb3ac..8203aa6 100644
--- a/tutorius/overlayer.py
+++ b/tutorius/overlayer.py
@@ -198,7 +198,7 @@ class TextBubble(gtk.Widget):
#
# TODO fetch speaker coordinates
- # draw bubble tail if present
+ # draw bubble tails if present
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]:
context.move_to(xradius-width/4, yradius)
@@ -228,7 +228,7 @@ class TextBubble(gtk.Widget):
context.set_source_rgb(*xo_fill_color)
context.fill()
- # bubble painting. Redrawing the inside after the tail will combine
+ # bubble painting. Redrawing the inside after tails will combine
for i in range(len(self.tailpos)):
if self.tailpos[i] != [0,0]:
context.move_to(xradius-width/4, yradius)
diff --git a/tutorius/properties.py b/tutorius/properties.py
index 55b02ca..f2367d7 100644
--- a/tutorius/properties.py
+++ b/tutorius/properties.py
@@ -207,8 +207,8 @@ class TArrayProperty(TutoriusProperty):
self.indexeur = value #stock la value, pour l'indexation
self.default = self.validate(value)
- def __getitem__(self, key): # obligation de redéfinir l'indexation
- return self.indexeur[key] #
+ #def __getitem__(self, key): # obligation de redéfinir l'indexation
+ # return self.indexeur[key] #
class TColorProperty(TutoriusProperty):
"""