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 671129 - Fix examples
Fix examples
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-01 14:06 UTC by Stefano Facchini
Modified: 2012-03-01 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix examples (1.92 KB, patch)
2012-03-01 14:07 UTC, Stefano Facchini
reviewed Details | Review
Fix examples (1.90 KB, patch)
2012-03-01 14:11 UTC, Stefano Facchini
committed Details | Review

Description Stefano Facchini 2012-03-01 14:06:58 UTC
Some examples are broken.
Comment 1 Stefano Facchini 2012-03-01 14:07:00 UTC
Created attachment 208782 [details] [review]
Fix examples
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-03-01 14:09:37 UTC
Review of attachment 208782 [details] [review]:

Should be just Gtk.init(null); and Clutter.init(null);
Comment 3 Stefano Facchini 2012-03-01 14:11:59 UTC
Created attachment 208783 [details] [review]
Fix examples
Comment 4 Stefano Facchini 2012-03-01 14:13:40 UTC
(In reply to comment #2)
> Review of attachment 208782 [details] [review]:
> 
> Should be just Gtk.init(null); and Clutter.init(null);

Yeah, realized that just after attaching :)
Comment 5 Jasper St. Pierre (not reading bugmail) 2012-03-01 14:14:40 UTC
Review of attachment 208783 [details] [review]:

Looks fine.
Comment 6 Stefano Facchini 2012-03-01 14:38:01 UTC
Attachment 208783 [details] pushed as 570181f - Fix examples