[gedit-plugins] charmap: use Property instead of deprecated property



commit a668837b626fd3cfeeb3de7cae95c21312a04a9e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Mar 14 18:40:43 2015 +0100

    charmap: use Property instead of deprecated property

 plugins/charmap/charmap/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/charmap/charmap/__init__.py b/plugins/charmap/charmap/__init__.py
index 194c016..9da08c7 100644
--- a/plugins/charmap/charmap/__init__.py
+++ b/plugins/charmap/charmap/__init__.py
@@ -32,7 +32,7 @@ except:
 class CharmapPlugin(GObject.Object, Gedit.WindowActivatable):
     __gtype_name__ = "CharmapPlugin"
 
-    window = GObject.property(type=Gedit.Window)
+    window = GObject.Property(type=Gedit.Window)
 
     def __init__(self):
         GObject.Object.__init__(self)


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