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 683937 - Wrong format identifiers in debug messages in clutter_stage_allocate()
Wrong format identifiers in debug messages in clutter_stage_allocate()
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterStage
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-13 10:09 UTC by Emanuele Aina
Modified: 2012-09-13 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stage: fix typo and format identifiers in debug notes (1.41 KB, patch)
2012-09-13 10:09 UTC, Emanuele Aina
accepted-commit_now Details | Review
stage: fix typo and format identifiers in debug notes (1.41 KB, patch)
2012-09-13 11:20 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2012-09-13 10:09:28 UTC
The debug messages expects that width and height are integer while
they're floats.

The attached patch fixes them (and also a typo in one of the notes).
Comment 1 Emanuele Aina 2012-09-13 10:09:32 UTC
Created attachment 224207 [details] [review]
stage: fix typo and format identifiers in debug notes
Comment 2 Emmanuele Bassi (:ebassi) 2012-09-13 10:43:13 UTC
Review of attachment 224207 [details] [review]:

obviously correct
Comment 3 Emmanuele Bassi (:ebassi) 2012-09-13 10:45:29 UTC
Review of attachment 224207 [details] [review]:

obviously correct
Comment 4 Emanuele Aina 2012-09-13 11:20:52 UTC
The following fix has been pushed:
1658710 stage: fix typo and format identifiers in debug notes
Comment 5 Emanuele Aina 2012-09-13 11:20:56 UTC
Created attachment 224213 [details] [review]
stage: fix typo and format identifiers in debug notes