summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-04 22:40:25 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-04 22:40:25 +0000
commit62173f2e3cd486569b16a0ebe1cff52fa95807b7 (patch)
treea06c7ae1f858ad3c2e844d0a2fdcbf976e7785fc /schemas
parentb43e6b19808b4fb0ea7fc7ecf7670888c094cf15 (diff)
* remove default services from schema
* fix a small bug in config with gconf * add a first_run setup git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@35 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'schemas')
-rw-r--r--schemas/service-discovery-applet.schemas42
1 files changed, 11 insertions, 31 deletions
diff --git a/schemas/service-discovery-applet.schemas b/schemas/service-discovery-applet.schemas
index f6afac6..2ceaefa 100644
--- a/schemas/service-discovery-applet.schemas
+++ b/schemas/service-discovery-applet.schemas
@@ -14,47 +14,27 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/service-discovery-applet/services/_ssh._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_ssh._tcp</applyto>
+ <key>/schemas/apps/service-discovery-applet/options/show_local_services</key>
+ <applyto>/apps/service-discovery-applet/options/show_local_services</applyto>
<owner>service-discovery-applet</owner>
<type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/service-discovery-applet/services/_ftp._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_ftp._tcp</applyto>
- <owner>service-discovery-applet</owner>
- <type>bool</type>
- <default>TRUE</default>
+ <default>FALSE</default>
<locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/service-discovery-applet/services/_https._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_https._tcp</applyto>
- <owner>service-discovery-applet</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short></short>
- <long></long>
+ <short>Browse for your own services.</short>
+ <long>
+ </long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/service-discovery-applet/services/_http._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_http._tcp</applyto>
+ <key>/schemas/apps/service-discovery-applet/options/first_run</key>
+ <applyto>/apps/service-discovery-applet/options/first_run</applyto>
<owner>service-discovery-applet</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
- <short></short>
- <long></long>
+ <short>First time you start the app?</short>
+ <long>
+ </long>
</locale>
</schema>
</schemalist>