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-28 08:25:01 +0200
commitbdf0f49409cb850607567daf4f7ded77fbf94b83 (patch)
treeb2a6b35b3c82ea2f169a251a33ab22e0a484fc54
parent71f37e8887eba2a15a9059bbc2b70929a87164ee (diff)
downloadglade-bdf0f49409cb850607567daf4f7ded77fbf94b83.tar.gz
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"