Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-17 20:57:26 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-17 20:57:26 (GMT)
commitfb59af3723d5beafbaa27880e83f3f715b203042 (patch)
tree6a38a6004b39cefd330417c99869bd489ec138c1
parent8e053418dd5ad08e5eec6f489a51032f4979422c (diff)
Add favorites_mode to the gconf schema file
-rw-r--r--data/sugar.schemas.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index 9438855..b39ff77 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -87,6 +87,18 @@
</schema>
<schema>
+ <key>/schemas/desktop/sugar/desktop/favorites_mode</key>
+ <applyto>/desktop/sugar/desktop/favorites_mode</applyto>
+ <owner>sugar</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Favorites resume mode</short>
+ <long>When in resume mode, clicking on a favorite icon will cause the last entry for that activity to be resumed.</long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/desktop/sugar/frame/edge_delay</key>
<applyto>/desktop/sugar/frame/edge_delay</applyto>
<owner>sugar</owner>