GIO backend for GtkFileChooser



From libgnome:

#: ../schemas/desktop_gnome_interface.schemas.in.in.h:22
msgid ""
"Module to use as the filesystem model for the GtkFileChooser widget. "
"Possible values are \"gnome-vfs\" and \"gtk+\"."

Issues:
      * Now we allow "gio" as possible value, we should break the string
        freeze 
      * The default value is "gnome-vfs" :-(

A patch is attached...
Index: schemas/desktop_gnome_interface.schemas.in.in
===================================================================
--- schemas/desktop_gnome_interface.schemas.in.in	(revisione 3654)
+++ schemas/desktop_gnome_interface.schemas.in.in	(copia locale)
@@ -254,11 +254,11 @@
       <applyto>/desktop/gnome/interface/file_chooser_backend</applyto>
       <owner>gnome</owner>
       <type>string</type>
-      <default>gnome-vfs</default>
+      <default>gio</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
+	GtkFileChooser widget.  Possible values are "gio", "gnome-vfs" and
 	"gtk+".</long>
       </locale>
     </schema>

Attachment: signature.asc
Description: Questa =?ISO-8859-1?Q?=E8?= una parte del messaggio firmata digitalmente



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