Patch: gconf-1 schema fixes



While forcing schema re-registration using gconftool-2, some cooker
folks discovered missing info in GConf1 desktop.schema.

The attach patch fixes the problem (I know GConf1 is obsolete but it is
still installed on some systems..).

Can I commit it to CVS (gconf-1-0 branch, of course..) ?

-- 
Frederic Crozat <fcrozat mandrakesoft com>
Mandrakesoft
Index: gconf1/standard-schemas/desktop.schemas
===================================================================
RCS file: /cvs/gnome/gconf/standard-schemas/desktop.schemas,v
retrieving revision 1.1
diff -u -r1.1 desktop.schemas
--- gconf1/standard-schemas/desktop.schemas	20 Jan 2000 23:55:48 -0000	1.1
+++ gconf1/standard-schemas/desktop.schemas	30 Jul 2003 08:16:52 -0000
@@ -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>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]