[dconf-editor] Undo this part.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Undo this part.
- Date: Tue, 2 Aug 2016 21:27:06 +0000 (UTC)
commit a89c1002572f2a41c8fefd9a23bad13ba5446cf5
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Aug 2 23:26:47 2016 +0200
Undo this part.
editor/dconf-model.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-model.vala b/editor/dconf-model.vala
index dc1e59c..9430bb6 100644
--- a/editor/dconf-model.vala
+++ b/editor/dconf-model.vala
@@ -124,8 +124,8 @@ public class Directory : SettingObject
key_id,
settings,
settings.schema_id,
- ((!) (settings_schema_key.get_summary () ?? "")).strip ().locale_to_utf8 (-1, null, null,
null) ?? "",
- ((!) (settings_schema_key.get_description () ?? "")).strip ().locale_to_utf8 (-1, null,
null, null) ?? "",
+ ((!) (settings_schema_key.get_summary () ?? "")).strip (),
+ ((!) (settings_schema_key.get_description () ?? "")).strip (),
type_string,
settings.get_default_value (key_id), /* TODO present also
settings_schema_key.get_default_value () */
range_type,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]