summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-03 22:09:43 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-03 22:09:43 +0800
commitaa4a69ad78d5ee9df82c9c4aea7d1c2b66163845 (patch)
treef925d9795a68ad252945e6c39a795bc64792cff2
parentc442b431e338779e96b12d2e7b11e427c157c433 (diff)
totem: don't clear films list if the user clicked the same row again
-rw-r--r--totem/plugin/ppstream.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index 9ec4cfc..b9eb2cd 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -785,10 +785,6 @@ class PPStream (totem.Plugin):
subclassid = model.get_value (iter, 2)
#print title, classid, subclassid
-
- self.retrieveimage.cancel_tasks ()
-
- self.clear_pages (['films', 'files'])
self.show_films (classid, subclassid)
def setup_categories (self):