diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-03 22:09:43 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-09-03 22:09:43 +0800 |
commit | aa4a69ad78d5ee9df82c9c4aea7d1c2b66163845 (patch) | |
tree | f925d9795a68ad252945e6c39a795bc64792cff2 | |
parent | c442b431e338779e96b12d2e7b11e427c157c433 (diff) |
totem: don't clear films list if the user clicked the same row again
-rw-r--r-- | totem/plugin/ppstream.py | 4 |
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): |