summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Fanjul <albertofanjul@gmail.com>2020-05-27 12:06:03 +0200
committerAlberto Fanjul <albertofanjul@gmail.com>2020-05-27 12:06:03 +0200
commit9ecf25fa9bcb04956993f2a0aebe7389d4d2452e (patch)
treedb2be3ec619d12a3c3da1cd7d6204d97d84642c1
parentc1b2ecc3e68ca4bcd1b99ba6e04f60a4d6119516 (diff)
Ignore locale when saving numeric values
-rw-r--r--gladeui/glade-property-def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-property-def.c b/gladeui/glade-property-def.c
index 0d49f598..d33dd4ea 100644
--- a/gladeui/glade-property-def.c
+++ b/gladeui/glade-property-def.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <stdlib.h>
#include <glib/gi18n-lib.h>
+#include <locale.h>
#include "glade.h"
#include "glade-widget.h"