[clutter] stage: fix typo and format identifiers in debug notes
- From: Emanuele Aina <emaaa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] stage: fix typo and format identifiers in debug notes
- Date: Thu, 13 Sep 2012 11:15:41 +0000 (UTC)
commit 165871024cfe16ad081deef1ae2eda536eb3e073
Author: Emanuele Aina <emanuele aina collabora com>
Date: Thu Sep 13 12:05:21 2012 +0200
stage: fix typo and format identifiers in debug notes
https://bugzilla.gnome.org/show_bug.cgi?id=683937
clutter/clutter-stage.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c
index b85506f..7a82543 100644
--- a/clutter/clutter-stage.c
+++ b/clutter/clutter-stage.c
@@ -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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]