[gedit-plugins] colorpicker: minor cleanup



commit 388a284da8cee912c4f7934acab3048d2cad8977
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Sep 15 13:42:12 2012 +0200

    colorpicker: minor cleanup

 plugins/colorpicker/colorpicker.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/colorpicker/colorpicker.py b/plugins/colorpicker/colorpicker.py
index 16680f5..91fd1a4 100644
--- a/plugins/colorpicker/colorpicker.py
+++ b/plugins/colorpicker/colorpicker.py
@@ -42,8 +42,7 @@ ui_str = """
 </ui>
 """
 
-class ColorPickerPlugin(GObject.Object, Gedit.WindowActivatable):
-    __gtype_name__ = "ColorPickerPlugin"
+class ColorPickerWindowActivatable(GObject.Object, Gedit.WindowActivatable):
 
     window = GObject.property(type=Gedit.Window)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]