work in progress
[hermes] / package / src / org / maemo / hermes / gui / gtkui.py
index 0771554..90bdd30 100644 (file)
@@ -78,7 +78,7 @@ class HermesGUI(WimpWorks):
                 print services
                 
                 hermes = Hermes(services, self.progress)
-                hermes.run()
+                hermes.run_alt(force)
                 gobject.idle_add(self.open_summary, hermes)
         
             except urllib2.HTTPError, e: