summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Crozat <fcrozat@src.gnome.org>2003-07-30 14:45:31 +0000
committerFrédéric Crozat <fcrozat@src.gnome.org>2003-07-30 14:45:31 +0000
commitebe1d9b95b57e9bd4d0f435f53cb6e3d10666ecb (patch)
treeb2e0954f7f268947eb5274ad4d9d176b3fae1d75
parent91b1eb9202c6d2201f976ef0010c66271b5dcef4 (diff)
downloadgconf-1-0.tar.gz
Specify list/pair list type in schema.gconf-1-0
* standard-schemas/desktop.schemas: Specify list/pair list type in schema.
-rw-r--r--ChangeLog5
-rw-r--r--standard-schemas/desktop.schemas3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59561559..a88c34cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-30 Frederic Crozat <fcrozat@mandrakesoft.com>
+
+ * standard-schemas/desktop.schemas:
+ Specify list/pair list type in schema.
+
2002-09-09 jacob berkman <jacob@ximian.com>
* gconf/GConf.idl:
diff --git a/standard-schemas/desktop.schemas b/standard-schemas/desktop.schemas
index 6bd00c1f..14dafeab 100644
--- a/standard-schemas/desktop.schemas
+++ b/standard-schemas/desktop.schemas
@@ -3,6 +3,7 @@
<schema>
<key>/schemas/desktop/standard/recent-document-entry</key>
<type>list</type>
+ <list_type>string</list_type>
<locale name="C">
<short>An entry in the /desktop/standard/recent-documents directory</short>
@@ -27,6 +28,8 @@
<schema>
<key>/schemas/desktop/standard/save-location-entry</key>
<type>pair</type>
+ <car_type>string</car_type>
+ <cdr_type>string</cdr_type>
<locale name="C">
<short>An entry in the /desktop/standard/save-locations directory</short>