Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/listview.py
diff options
context:
space:
mode:
Diffstat (limited to 'listview.py')
-rw-r--r--listview.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/listview.py b/listview.py
index 73dd3b2..623558b 100644
--- a/listview.py
+++ b/listview.py
@@ -94,6 +94,5 @@ class Listview(gtk.VBox):
print 'object filename', path(fn).exists(), fn
self.deck.addSlide(fn)
self.deck.reload()
- for object in ds_objects:
- object.destroy()
+ object.destroy()
self.activity.set_screen(0)