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



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

    bracketcompletion: use Property instead of deprecated property

 plugins/bracketcompletion/bracketcompletion.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/bracketcompletion/bracketcompletion.py b/plugins/bracketcompletion/bracketcompletion.py
index 0cb2806..b5ed50b 100644
--- a/plugins/bracketcompletion/bracketcompletion.py
+++ b/plugins/bracketcompletion/bracketcompletion.py
@@ -48,7 +48,7 @@ language_brackets = {
 class BracketCompletionPlugin(GObject.Object, Gedit.ViewActivatable):
     __gtype_name__ = "BracketCompletion"
 
-    view = GObject.property(type=Gedit.View)
+    view = GObject.Property(type=Gedit.View)
 
     def __init__(self):
         GObject.Object.__init__(self)


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