[gedit-plugins] codecomment: missed another property
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] codecomment: missed another property
- Date: Sat, 14 Mar 2015 17:34:07 +0000 (UTC)
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]