[totem] iplayer: PopulateProgrammesThread wants a lock as the first argument



commit c057ab99d07b2326aea68b809d891254e42244ea
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Nov 6 11:13:58 2011 +0000

    iplayer: PopulateProgrammesThread wants a lock as the first argument
    
    (closes: #663495)

 src/plugins/iplayer/iplayer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/iplayer/iplayer.py b/src/plugins/iplayer/iplayer.py
index de6c5a4..49a5f77 100644
--- a/src/plugins/iplayer/iplayer.py
+++ b/src/plugins/iplayer/iplayer.py
@@ -122,7 +122,7 @@ class IplayerPlugin (GObject.Object, Peas.Activatable):
             print "Populating programme listâ"
 
         category_path = tree_store.get_path (category_iter)
-        thread = PopulateProgrammesThread (self,
+        thread = PopulateProgrammesThread (self.programme_download_lock,
                                            self.__populate_programme_list_cb,
                                            feed, (tree_store, category_path))
         thread.start ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]