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



commit 46a52e6e35526a0de8dd408afdbf5599930a0532
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Mar 14 18:41:48 2015 +0100

    smartspaces: use Property instead of deprecated property

 plugins/smartspaces/smartspaces.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/smartspaces/smartspaces.py b/plugins/smartspaces/smartspaces.py
index af055fe..67517c0 100644
--- a/plugins/smartspaces/smartspaces.py
+++ b/plugins/smartspaces/smartspaces.py
@@ -24,7 +24,7 @@ from gi.repository import GObject, Gtk, Gdk, GtkSource, Gedit
 class SmartSpacesPlugin(GObject.Object, Gedit.ViewActivatable):
     __gtype_name__ = "SmartSpacesPlugin"
 
-    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]