From a79870b15cd4f35de681819676d0aed003ff8366 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Wed, 9 Mar 2011 22:58:11 +0100 Subject: [PATCH] Use better dictionary syntax in schema file Dictionaries can actually be entered using Python syntax. This is much clearer than how it was done before. --- player/org.chimara-if.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/org.chimara-if.gschema.xml b/player/org.chimara-if.gschema.xml index 22f79ff..080e663 100644 --- a/player/org.chimara-if.gschema.xml +++ b/player/org.chimara-if.gschema.xml @@ -29,7 +29,7 @@ - [{'z5', 'frotz'}, {'z6', 'nitfol'}] + {'z5': 'frotz', 'z6': 'nitfol'} Preferred interpreters Preferred interpreters for opening each format of story file. -- 2.30.2