[gedit-plugins] codecomment: missed another property



commit cf5d338eb73d0d017215808b1e4343fe6a8e6333
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Mar 14 18:33:50 2015 +0100

    codecomment: missed another property

 plugins/codecomment/codecomment.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/codecomment/codecomment.py b/plugins/codecomment/codecomment.py
index 70ca187..3274eed 100644
--- a/plugins/codecomment/codecomment.py
+++ b/plugins/codecomment/codecomment.py
@@ -54,7 +54,7 @@ class CodeCommentAppActivatable(GObject.Object, Gedit.AppActivatable):
 
 class CodeCommentWindowActivatable(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]