Fix AttributeError in on_gPodder_delete_event (bug 472)
commit39baa118ca6c2d6f4bb53c29ed7687b686b6a066
authorThomas Perl <thp@thpinfo.com>
Fri, 5 Jun 2009 10:03:13 +0000 (5 12:03 +0200)
committerThomas Perl <thp@thpinfo.com>
Fri, 5 Jun 2009 10:06:18 +0000 (5 12:06 +0200)
treea70382e61f5b4dc2f157da6702bd7b454ffd5bcc
parent9aacf63abe0095fd13d378620cd70c48d6c9441b
Fix AttributeError in on_gPodder_delete_event (bug 472)

In some systems, the Quit menu item did not work for
some reason. This patch fixes that bug.

This bug also only happened when on_quit_ask was set
to False and on_quit_systray was set to True.

Thanks to Peter Cherriman for reporting this bug.
src/gpodder/gui.py