[gegl] adjust column layout of time instrumentation
- From: Øyvind Kolås <ok src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gegl] adjust column layout of time instrumentation
- Date: Sat, 5 Dec 2009 14:35:04 +0000 (UTC)
commit d4dff1859ab354f7dbccac9849d5e97adf879e72
Author: �yvind Kolås <pippin gimp org>
Date: Sat Dec 5 03:04:15 2009 +0000
adjust column layout of time instrumentation
gegl/gegl-instrument.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gegl/gegl-instrument.c b/gegl/gegl-instrument.c
index 1292b67..c43b268 100644
--- a/gegl/gegl-instrument.c
+++ b/gegl/gegl-instrument.c
@@ -183,7 +183,7 @@ tab_to (GString *string, gint position)
if (curcount > position && position != 0)
{
- g_warning ("tab overflow %i>%i", curcount, position);
+ g_warning ("%s tab overflow %i>%i", G_STRLOC, curcount, position);
}
else
{
@@ -234,8 +234,8 @@ bar (GString *string, gint width, gfloat value)
}
#define INDENT_SPACES 2
-#define SECONDS_COL 25
-#define BAR_COL 33
+#define SECONDS_COL 29
+#define BAR_COL 36
#define BAR_WIDTH (78 - BAR_COL)
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]