summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/palettes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/palettes.py')
-rw-r--r--sca-cpp/trunk/modules/edit/palettes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/edit/palettes.py b/sca-cpp/trunk/modules/edit/palettes.py
index 9d07973cef..7872bb3db7 100644
--- a/sca-cpp/trunk/modules/edit/palettes.py
+++ b/sca-cpp/trunk/modules/edit/palettes.py
@@ -27,6 +27,6 @@ def paletteid(id):
# Get a palette from the palettes db
def get(id, cache):
if isNil(id):
- return ("Palettes", "palettes")
- return (car(id), car(id), cache.get(paletteid(id)))
+ return (("'feed", ("'title", "Palettes"), ("'id", "palettes")),)
+ return (("'entry", ("'title", car(id)), ("'id", car(id)), ("'content", car(cache.get(paletteid(id))))),)