Re: string freeze breakage



Christian Rose <menthos@gnome.org> writes:

> sön 2004-03-14 klockan 05.44 skrev Jonathan Blandford:
> > We need to add a schema to libgnomeui in order to select the backend for
> > the file-selector.  This is technically a string addition, as the schema
> > descriptions are translated.  They are not really visible, though.
> 
> Is there a patch available somewhere, so we can have a look at it?

It's just a schema description.  I really need to commit this soon.

-Jonathan

Index: schemas/desktop_gnome_interface.schemas.in
===================================================================
RCS file:
/cvs/gnome/libgnome/schemas/desktop_gnome_interface.schemas.in,v
retrieving revision 1.13
diff -u -p -r1.13 desktop_gnome_interface.schemas.in
--- schemas/desktop_gnome_interface.schemas.in  8 Jul 2003 13:07:55
-0000       1.13
+++ schemas/desktop_gnome_interface.schemas.in  17 Mar 2004 09:58:53
-0000
@@ -225,5 +225,17 @@
        <long>Whether to display a status bar meter on the right</long>
       </locale>
     </schema>
+    <schema>
+      <key>/schemas/desktop/gnome/interface/file_chooser_backend</key>
+      <applyto>/desktop/gnome/interface/file_chooser_backend</applyto>
+      <owner>gnome</owner>
+      <type>string</type>
+      <default>gnome-vfs</default>
+      <locale name="C">
+       <short>Module for GtkFileChooser</short>
+       <long>Module to use as the filesystem model for the
+       GtkFileChooser widget.   Possible values are "gnome-vfs" and "gtk+" </long>
+      </locale>
+    </schema>
   </schemalist>
 </gconfschemafile>



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