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



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

    dashboard: use Property instead of deprecated property

 plugins/dashboard/dashboard/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/dashboard/dashboard/__init__.py b/plugins/dashboard/dashboard/__init__.py
index 6ab6fbf..a9d02a0 100644
--- a/plugins/dashboard/dashboard/__init__.py
+++ b/plugins/dashboard/dashboard/__init__.py
@@ -24,7 +24,7 @@ from .dashboard import Dashboard
 
 class DashboardWindowActivatable(GObject.Object, Gedit.WindowActivatable):
 
-    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]