From efe7224f6938a9dab97ef0a917a318940bf67ce0 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 30 Jun 2013 17:05:01 +0200 Subject: [PATCH] [DEV] update at the last exml --- external/etk | 2 +- external/exml | 2 +- sources/ewol/UserConfig.cpp | 2 +- sources/ewol/widget/meta/Parameter.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/external/etk b/external/etk index 090d2023..01cc09e8 160000 --- a/external/etk +++ b/external/etk @@ -1 +1 @@ -Subproject commit 090d2023a01af24b331df6e7c93489a12196e074 +Subproject commit 01cc09e87d0c15e1a4cf34128bb6adedcf6e30e4 diff --git a/external/exml b/external/exml index 2f5856ca..12f6785e 160000 --- a/external/exml +++ b/external/exml @@ -1 +1 @@ -Subproject commit 2f5856ca2f20ab830a144599550251c70f61229b +Subproject commit 12f6785e62d2a8dfd8538c416d2c1d4165b0d7ac diff --git a/sources/ewol/UserConfig.cpp b/sources/ewol/UserConfig.cpp index 26822d0b..1d3cbf08 100644 --- a/sources/ewol/UserConfig.cpp +++ b/sources/ewol/UserConfig.cpp @@ -140,7 +140,7 @@ bool ewol::userConfig::Save(void) etk::FSNodeHistory(l_obj().FileName(), 9); exml::Document doc; - doc.Append(new exml::Declaration("1.0", unicode::EDN_CHARSET_UTF8, "")); + doc.Append(new exml::DeclarationXML("1.0")); exml::Element * ElementBase = new exml::Element("config"); doc.Append(ElementBase); for (int32_t iii=0; iii\n" " \n" " \n" - "\n")); + "\n")); tmpButton->RegisterOnEvent(this, widget::Button::eventPressed, ewolEventParameterSave); mySizerHori->SubWidgetAdd(tmpButton); }