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

Chris Lamb lamby at debian.org
Thu Jan 29 00:03:57 UTC 2009


The following commit has been merged in the master branch:
commit e2eb42cc335ae1210e5da10a70c55903edc4f1c1
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jan 28 23:56:06 2009 +0000

    Use WINDOW_TYPE_HINT_DIALOG hint instead of WINDOW_TYPE_HINT_MENU.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/LiveMagic/views/wizard.py b/LiveMagic/views/wizard.py
index 62e7a71..1def955 100644
--- a/LiveMagic/views/wizard.py
+++ b/LiveMagic/views/wizard.py
@@ -30,7 +30,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.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DIALOG)
         self.asst.set_position(gtk.WIN_POS_CENTER)
 
         self.asst.connect('apply', self.controller.on_wizard_apply)
diff --git a/debian/changelog b/debian/changelog
index ae2907c..f9c62a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ live-magic (1.5) unstable; urgency=low
     first. This is required for compatibility with python-gtk2 2.13 (currently
     in experimental). Thanks to Michael Vogt.
   * Correct (and clarify) logic of file manager fallback.
+  * Use WINDOW_TYPE_HINT_DIALOG hint instead of WINDOW_TYPE_HINT_MENU to
+    prevent awkward and non-intuitive behaviour when iconifying window.
+    Thanks to Daniel Watkins <daniel at daniel-watkins.co.uk>. (Closes: #511632)
   * Add missing 'ignore-system-defaults' and 'color' constructor arguments.
 
  -- Chris Lamb <lamby at debian.org>  Sat, 10 Jan 2009 04:01:59 +0000

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list