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



commit 99c83b2d92af86daa07fc96a8d7455021e620eaf
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Mar 14 18:31:06 2015 +0100

    schemer: use Property instead of deprecated property

 plugins/colorschemer/schemer/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/colorschemer/schemer/__init__.py b/plugins/colorschemer/schemer/__init__.py
index 0811015..706ebd2 100644
--- a/plugins/colorschemer/schemer/__init__.py
+++ b/plugins/colorschemer/schemer/__init__.py
@@ -26,7 +26,7 @@ from .schemer import GUI
 
 class AppActivatable(GObject.Object, Gedit.AppActivatable):
 
-  app = GObject.property(type=Gedit.App)
+  app = GObject.Property(type=Gedit.App)
 
   def __init__(self):
     GObject.Object.__init__(self)


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