TODO comment
authorJon <jmstaley>
Fri, 26 Mar 2010 19:28:33 +0000 (19:28 +0000)
committerJon <jmstaley>
Fri, 26 Mar 2010 19:28:33 +0000 (19:28 +0000)
gig_finder.py

index 6e2be69..9557319 100644 (file)
@@ -155,6 +155,7 @@ class GigFinder:
 
         self.win.add(pannable_area)
 
 
         self.win.add(pannable_area)
 
+        # TODO: threaded??
         self.location_updater = LocationUpdater()
         self.location_updater.update_location()
         gobject.idle_add(self.update_gigs)
         self.location_updater = LocationUpdater()
         self.location_updater.update_location()
         gobject.idle_add(self.update_gigs)