From d88826a923908e4dc93f483fc3ab48c9419885b8 Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Wed, 16 Sep 2009 00:00:43 +0800 Subject: totem: implement add to personal list --- totem/plugin/sopcast.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/totem/plugin/sopcast.py b/totem/plugin/sopcast.py index 21e3e03..9d13a75 100644 --- a/totem/plugin/sopcast.py +++ b/totem/plugin/sopcast.py @@ -264,8 +264,10 @@ class Sopcast (totem.Plugin): for row in rows: iter = model.get_iter (row) + title = model.get_value (iter, 0) mrl = model.get_value (iter, 2) - print mrl + #print title, mrl + self.add_to_playlist (title, mrl) def on_remove_from_station_list (self, treeview): treeview_name = self.current_treeview_name -- cgit v1.2.3