summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-12-27 13:56:56 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-12-27 13:56:56 +0800
commit96e973b1efd50fcec6e78e66f2baa19b9af30816 (patch)
tree7d6aa810277980acf2104afe7a90fc4087810da2
parent9bd390807d09881cb3c451d2cc9d849b36f7ba57 (diff)
totem: goto previous page is borken
-rw-r--r--totem/plugin/ppstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index 2eb243d..2cd133c 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -1420,7 +1420,7 @@ class PPStream (totem.Plugin):
return
self.movies_page -= 1
- self.show_movies(*self.movie_class_path, force = True)
+ self.show_movies(self.movie_class_path, force = True)
def on_next_page_clicked(self, *args):
if self.movie_class_path == ():