From e4b2e5d8e1d8ee57cbcf3d6ba76dbde134316076 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 5 Sep 2011 00:08:06 +0200 Subject: [PATCH] update padma.json to match current user.ui defaults --- pandora/padma.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pandora/padma.json b/pandora/padma.json index d83fac999..d03fcc3cc 100644 --- a/pandora/padma.json +++ b/pandora/padma.json @@ -396,15 +396,13 @@ "preferences": {}, "ui": { "annotationsSize": 256, - "findKey": "", - "findQuery": {"conditions": [], "operator": ""}, + "find": {"index": -1, "key": "", "value": ""}, "groups": ["director", "collection", "source", "language", "category"], "groupsQuery": {"conditions": [], "operator": "|"}, "groupsSize": 176, "item": "", "itemView": "timeline", "list": "", - "listQuery": {"conditions": [], "operator": ""}, "lists": { "": { "columns": ["title", "director", "country", "year", "language", "runtime", "genre"], @@ -416,6 +414,7 @@ ] } }, + "query": {"conditions": [], "operator": ""}, "section": "items", "showAnnotations": true, "showControls": true,