summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-16 00:46:18 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-16 00:46:18 +0800
commitff8d5dac29bf59a69f8dba5fbf7d59738bdafbc9 (patch)
tree7b237445e91c38905fe0549e2829710938298150
parentaad4117180249c993f0f749003c387735c59e4c4 (diff)
totem: fixed removing multiple channelso
-rw-r--r--totem/plugin/sopcast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/totem/plugin/sopcast.py b/totem/plugin/sopcast.py
index 51f874e..1757439 100644
--- a/totem/plugin/sopcast.py
+++ b/totem/plugin/sopcast.py
@@ -278,6 +278,7 @@ class Sopcast (totem.Plugin):
model = treeview.get_model ()
model, rows = selection.get_selected_rows ()
+ rows.reverse ()
for row in rows:
self.remove_from_playlist (row[0])