[dconf-editor] Display 'Enumeration' fake-type properly.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Display 'Enumeration' fake-type properly.
- Date: Tue, 22 Sep 2015 14:46:42 +0000 (UTC)
commit bfa684b5c04ee09f6df38016dc661d865fc439c0
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Sep 22 16:44:52 2015 +0200
Display 'Enumeration' fake-type properly.
editor/dconf-window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index 1f4990c..4f8f213 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -101,7 +101,7 @@ class DConfWindow : ApplicationWindow
private string key_to_description (Key key)
{
- switch (key.schema.type)
+ switch (key.type_string)
{
case "y":
case "n":
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]