[gtk+/wip/cssvalue: 216/218] xxx: array
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/cssvalue: 216/218] xxx: array
- Date: Fri, 30 Mar 2012 02:44:02 +0000 (UTC)
commit a004cd8de4e278d2804515b4b4dfacce6e2bed2b
Author: Benjamin Otte <otte redhat com>
Date: Fri Mar 30 02:48:46 2012 +0200
xxx: array
gtk/gtkcssarrayvalue.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssarrayvalue.c b/gtk/gtkcssarrayvalue.c
index 7d540a8..458d159 100644
--- a/gtk/gtkcssarrayvalue.c
+++ b/gtk/gtkcssarrayvalue.c
@@ -68,7 +68,7 @@ gtk_css_value_array_print (const GtkCssValue *value,
for (i = 0; i < value->n_values; i++)
{
if (i > 0)
- g_string_append_c (string, ' ');
+ g_string_append (string, ", ");
_gtk_css_value_unref (value->values[i]);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]