[SCM] GUI front-end for Debian Live. branch, master, updated. 50db20df21dddbdb1b40ba59ea9e7bef02a2bcd5

Chris Lamb chris at chris-lamb.co.uk
Wed Mar 5 00:41:20 UTC 2008


The following commit has been merged in the master branch:
commit 90d02e125e3122b415bc788e5cd2131ad4fa4978
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Mar 5 00:40:44 2008 +0000

    Add translations to 'TODO'.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/controllers/wizard.py b/LiveMagic/controllers/wizard.py
index ed56247..2731a7f 100644
--- a/LiveMagic/controllers/wizard.py
+++ b/LiveMagic/controllers/wizard.py
@@ -27,10 +27,6 @@ class WizardController(object):
         gtk.main_quit()
 
     def get_suggested_mirror(self):
-        s = utils.SourcesList()
+        s = models.SourcesList()
         return s.get_mirror()
 
-    def on_wizard_cancel(self, *args):
-        ret = self.view.do_show_wizard_cancel_confirm_window()
-        if ret:
-            gtk.main_quit()
diff --git a/TODO b/TODO
index bf07b35..fcbab82 100644
--- a/TODO
+++ b/TODO
@@ -5,6 +5,8 @@ General
 
  * Fix about box close dialog problem.
 
+ * Translations
+
 Build/build window
 
  * Interactive build - either support it (how?) or flag a warning if it is enabled.

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list