Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms/sugar/0039-S-non-intrusive-NamingAlert.patch
blob: cc89ec3c7cb318f19e55bdbeae25f024e485aea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From ff6faeea7c871cd71e7daf9ea4a2f35abddcf514 Mon Sep 17 00:00:00 2001
From: Martin Abente <martin.abente.lahaye@gmail.org>
Date: Tue, 2 Nov 2010 18:54:16 -0300
Subject: [PATCH sugar 39/74] S non-intrusive NamingAlert

Add a new gconf value to the scheme to determine when
or not to show NamingAlert when an activities close.
---
 data/sugar.schemas.in |   12 ++++++++++++
 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>
-- 
1.7.6