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

Chris Lamb chris at chris-lamb.co.uk
Fri Apr 11 02:14:00 UTC 2008


The following commit has been merged in the master branch:
commit d0af466859200e82ed13beeb020c7645da128f22
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Fri Apr 11 01:34:19 2008 +0100

    Remove maximise option in wizard
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/LiveMagic/views/wizard.py b/LiveMagic/views/wizard.py
index 07ece9d..c7ddb68 100644
--- a/LiveMagic/views/wizard.py
+++ b/LiveMagic/views/wizard.py
@@ -5,6 +5,7 @@ class WizardView(object):
         self.asst = gtk.Assistant()
         self.asst.set_title('Debian Live Magic')
         self.asst.set_default_size(640, 480)
+        self.asst.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_MENU)
 
         self.asst.connect('apply', self.controller.on_wizard_apply)
         self.asst.connect('cancel', self.controller.on_wizard_cancel)
diff --git a/TODO b/TODO
index 6783a51..b77105a 100644
--- a/TODO
+++ b/TODO
@@ -23,8 +23,6 @@ Wizard
 
  * Add simple package handling to wizard.
 
- * Remove maximise option.
-
  * Find mirror "automatically". There are some debian-devel list posts about why
    this is bad and/or infeasible, but it would be preferably to an empty box.
    - Use ARCH-geomirror.debian.net

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list