Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/frames_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'frames_list.py')
-rw-r--r--frames_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/frames_list.py b/frames_list.py
index d36bca5..10b715b 100644
--- a/frames_list.py
+++ b/frames_list.py
@@ -60,5 +60,5 @@ class FramesList(gtk.ScrolledWindow):
def _row_activated_cb(self, treeview, treepath, column):
#FIXME: I don't show the correct image always
- self._animation._images = [i[-1] for i in self.store]
+ self._animation.images = [i[-1] for i in self.store]
self._animation.set_pos(treepath[0])