Make self.minimized work on Maemo (bug 175)
commit99c4c54fc9be0d66ea93c316f177c89522ec2f76
authornikosapi <me@nikosapi.org>
Mon, 1 Sep 2008 18:42:00 +0000 (1 14:42 -0400)
committerThomas Perl <thp@perli.net>
Wed, 3 Sep 2008 12:02:43 +0000 (3 14:02 +0200)
treefec9ca0cbe76b661eb2725a66302eb1bc62bb995
parentd04c533b5d76014416b59855c0d2055d4c8f86c1
Make self.minimized work on Maemo (bug 175)

On Maemo, gtk.gdk.WINDOW_STATE_ICONIFIED doesn't seem to work but
gtk.gdk.WINDOW_STATE_WITHDRAWN works pretty well. With this change
if the gPodder window is minimized to the tray (hidden) then the
self.minimized flag is set to true.

(Without this, auto-update doesn't work reliably)
src/gpodder/gui.py