1
0
Fork 0

stage: fix typo and format identifiers in debug notes

https://bugzilla.gnome.org/show_bug.cgi?id=683937
This commit is contained in:
Emanuele Aina 2012-09-13 12:05:21 +02:00
parent e6fcdb0644
commit 165871024c

View file

@ -392,7 +392,7 @@ clutter_stage_allocate (ClutterActor *self,
if (!clutter_feature_available (CLUTTER_FEATURE_STAGE_STATIC))
{
CLUTTER_NOTE (LAYOUT,
"Following allocation to %dx%d (origin %s)",
"Following allocation to %.2fx%.2f (origin %s)",
width, height,
origin_changed ? "changed" : "not changed");
@ -447,8 +447,8 @@ clutter_stage_allocate (ClutterActor *self,
override.y2 = window_size.height;
CLUTTER_NOTE (LAYOUT,
"Overrigin original allocation of %dx%d "
"with %dx%d (origin %s)",
"Overriding original allocation of %dx%d "
"with %.2fx%.2f (origin %s)",
width, height,
(int) (override.x2),
(int) (override.y2),