From: Jon Date: Fri, 26 Mar 2010 19:28:33 +0000 (+0000) Subject: TODO comment X-Git-Url: http://git.maemo.org/git/?p=gigfinder;a=commitdiff_plain;h=0ab0d70980f7da77139155050e3f6dc169dba213 TODO comment --- diff --git a/gig_finder.py b/gig_finder.py index 6e2be69..9557319 100644 --- a/gig_finder.py +++ b/gig_finder.py @@ -155,6 +155,7 @@ class GigFinder: self.win.add(pannable_area) + # TODO: threaded?? self.location_updater = LocationUpdater() self.location_updater.update_location() gobject.idle_add(self.update_gigs)