[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/225380 Title: quodlibet.py crashed with AttributeError in on_expose_event() To manage n

[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2009-04-18 Thread Sika
See http://code.google.com/p/quodlibet/issues/detail?id=146 for an updated version of fancy-trayicon -- quodlibet.py crashed with AttributeError in on_expose_event() https://bugs.launchpad.net/bugs/225380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2009-04-18 Thread Sika
Here's another (better, I think) fix: in fancy-trayicon.py, replace the on_expose_event method by this code: def on_expose_event(self, widget, event): if not widget.__gdk_gc: fg_style, bg_style = widget.get_style().fg[0], widget.get_style().bg[0] color = widget

[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2008-05-09 Thread Apport retracing service
** Tags removed: need-duplicate-check -- quodlibet.py crashed with AttributeError in on_expose_event() https://bugs.launchpad.net/bugs/225380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2008-05-01 Thread LKRaider
My guess is that the widget is being destroyed somehow and gtk fails to get the style (doing some code flipping it reported "assertion `GTK_IS_WIDGET (widget)' failed" - and some segfaults too...) A workaround is to make an instance of a gtk widget on __init__ and use that to get the style from.

[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2008-05-01 Thread LKRaider
** Visibility changed to: Public -- quodlibet.py crashed with AttributeError in on_expose_event() https://bugs.launchpad.net/bugs/225380 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt