Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
authorisen <isen@isen-desktop.(none)>2009-10-09 03:51:13 (GMT)
committer isen <isen@isen-desktop.(none)>2009-10-09 03:51:13 (GMT)
commitc67e568a0a34e89a77cb2121d2b3859cd6885e69 (patch)
treef3001ddb0d564f4a2d582d741cc95e53ec97459e /tutorius/creator.py
parent9589ba431934d639fb7d7ed1a20abafcbf347281 (diff)
ajout de commentaires sur le code review des proprietes. Message with multiple tails.426452
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index 7463fa3..82d0628 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -395,7 +395,7 @@ class EditToolBox(gtk.Window):
def _list_prop_changed(self, widget, evt, action, propname, idx):
try:
- getattr(action, propname)[idx] = eval(widget.get_text())
+ getattr(action, propname)[idx] = eval(widget.get_text())#chercher autre méthode pour remplacer eval. coup de perf. non sécu
except ValueError:
widget.set_text(str(getattr(action, propname)[idx]))
self.__parent._creator._action_refresh_cb(None, None, action)