Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Abente <martin.abente.lahaye@gmail.org>2010-11-02 21:54:16 (GMT)
committer Anish Mangal <anish@activitycentral.com>2012-02-01 12:33:29 (GMT)
commit49fc3c2226ff40f774f4101102d0520836bf732d (patch)
tree7823df82d54e2801f48fd797ebbc8fa23ec3b2eb
parent97ffa6507b4735dbdf9a14c67b5dcf644ea68f0c (diff)
S non-intrusive NamingAlert
Add a new gconf value to the scheme to determine when or not to show NamingAlert when an activities close.
-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 c9bc7fe..ba404ec 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -379,5 +379,17 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/desktop/sugar/show_naming_alert</key>
+ <applyto>/desktop/sugar/show_naming_alert</applyto>
+ <owner>sugar</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show NamingAlert</short>
+ <long>If TRUE, NamingAlert will popup when
+ the activity closes.</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>