After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625619 - cairo-demo hangs on exit
cairo-demo hangs on exit
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-29 20:59 UTC by Paul Bolle
Modified: 2010-07-30 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PyGI: properly quit cairo-demo (750 bytes, patch)
2010-07-29 20:59 UTC, Paul Bolle
none Details | Review

Description Paul Bolle 2010-07-29 20:59:02 UTC
Created attachment 166798 [details] [review]
PyGI: properly quit cairo-demo

caire-demo hangs on exit, displaying this trace:
[...]
TypeError: main_quit() takes exactly 0 argument(s) (1 given)

I'll try to add a trivial patch to fix this.
Comment 1 Tomeu Vizoso 2010-07-30 08:35:20 UTC
Pushed, thanks!