[devhelp] Check for the right type in the window property.



commit 618221f3511ffec46809ec62ac9c6cfa2e93b279
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Feb 24 00:42:19 2011 +0100

    Check for the right type in the window property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643145

 misc/gedit-plugin/devhelp.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/misc/gedit-plugin/devhelp.py b/misc/gedit-plugin/devhelp.py
index 5192bbe..b1a4229 100644
--- a/misc/gedit-plugin/devhelp.py
+++ b/misc/gedit-plugin/devhelp.py
@@ -40,7 +40,7 @@ ui_str = """
 class DevhelpPlugin(GObject.Object, Gedit.WindowActivatable):
     __gtype_name__ = "DevhelpPlugin"
 
-    window = GObject.property(type=GObject.GObject)
+    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]