[glade/tintou/keep-bind] GladeProperty: do not use spaced in the binding flags
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/tintou/keep-bind] GladeProperty: do not use spaced in the binding flags
- Date: Fri, 31 May 2019 06:45:32 +0000 (UTC)
commit e9bcd38b36bd8c801989bcdae6e4d1194a5ee1db
Author: Corentin Noël <corentin elementary io>
Date: Fri May 31 06:45:24 2019 +0000
GladeProperty: do not use spaced in the binding flags
gladeui/glade-property.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gladeui/glade-property.c b/gladeui/glade-property.c
index 71ad8bb9..20b1c7b7 100644
--- a/gladeui/glade-property.c
+++ b/gladeui/glade-property.c
@@ -1322,7 +1322,7 @@ glade_property_write (GladeProperty *property,
if (binding_flags)
{
gchar *old_flags = g_steal_pointer (&binding_flags);
- binding_flags = g_strdup_printf ("%s | %s", old_flags, flags_value.value_nick);
+ binding_flags = g_strdup_printf ("%s|%s", old_flags, flags_value.value_nick);
g_free (old_flags);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]