summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-02 17:54:19 -0500
committerShaun McCance <shaunm@gnome.org>2010-06-02 17:55:33 -0500
commit491fcdadd9225ed6c02c0dff184e11f38bb654a7 (patch)
tree0c2f36fa4e325f3a77b0c5de8dfdac7bfc005689 /data
parentf6e059c1f443ac6f5c0793e5bf9a73b612975f2f (diff)
downloadyelp-491fcdadd9225ed6c02c0dff184e11f38bb654a7.tar.gz
Adding "Read Later" feature, still needs proper link text
I'm waiting to be able to get the DOM node from a hit test result before I can get the link text in. I'm told it will be there soon.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.yelp.gschema.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/org.gnome.yelp.gschema.xml b/data/org.gnome.yelp.gschema.xml
index 00470f61..0f325aec 100644
--- a/data/org.gnome.yelp.gschema.xml
+++ b/data/org.gnome.yelp.gschema.xml
@@ -23,5 +23,8 @@
<key name="bookmarks" type="a(sss)">
<default>[]</default>
</key>
+ <key name="readlater" type="a(ss)">
+ <default>[]</default>
+ </key>
</schema>
</schemalist>