[glib/new-gsettings] Add context attribute to localizable keys when converting gconf schema



commit 0b2b207bfc1ddb038a1c209def56e157c2bd88d0
Author: Vincent Untz <vuntz gnome org>
Date:   Sat Apr 17 00:33:44 2010 -0400

    Add context attribute to localizable keys when converting gconf schema

 gio/gsettings-schema-convert |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings-schema-convert b/gio/gsettings-schema-convert
index fa95f4f..dbf9b86 100755
--- a/gio/gsettings-schema-convert
+++ b/gio/gsettings-schema-convert
@@ -412,7 +412,7 @@ class GConfSchema:
 
     def get_gsettings_schema_key(self):
         key = GSettingsSchemaKey()
-        key.fill(self.keyname, self.varianttype, self.default, self.typed_default, self.localized, None, self.short, self.long, None, None)
+        key.fill(self.keyname, self.varianttype, self.default, self.typed_default, self.localized, self.keyname, self.short, self.long, None, None)
         return key
 
 



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