[gnome-initial-setup] Fix initial-setup.json to be valid
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Fix initial-setup.json to be valid
- Date: Fri, 17 May 2013 23:56:51 +0000 (UTC)
commit 69d2ab965fb8bcd939675edcb1664e70e7bb270b
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 17 19:57:06 2013 -0400
Fix initial-setup.json to be valid
There are no single quotes in JSON, it seems.
With this change, json_verify is happy.
data/initial-setup.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/initial-setup.json b/data/initial-setup.json
index 5930da2..0ee324d 100644
--- a/data/initial-setup.json
+++ b/data/initial-setup.json
@@ -3,6 +3,6 @@
"components": ["networkAgent", "keyring"],
"panel": { "left": [],
"center": [],
- "right": ['a11yGreeter', 'keyboard', 'volume', 'battery']
+ "right": ["a11yGreeter", "keyboard", "volume", "battery"]
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]