[gedit] Use PeasGtk instead of PeasUI



commit 082486e36eba305e34bb7372d486f83905528164
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Sep 18 14:37:21 2010 -0700

    Use PeasGtk instead of PeasUI
    
    PeasUI was renamed PeasGtk.

 plugins/pythonconsole/pythonconsole/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/pythonconsole/pythonconsole/__init__.py b/plugins/pythonconsole/pythonconsole/__init__.py
index 0509d46..1c89676 100644
--- a/plugins/pythonconsole/pythonconsole/__init__.py
+++ b/plugins/pythonconsole/pythonconsole/__init__.py
@@ -24,14 +24,14 @@
 # Bits from gedit Python Console Plugin
 #     Copyrignt (C), 2005 Raphaël Slinckx
 
-from gi.repository import GObject, Gtk, Gedit, Peas, PeasUI
+from gi.repository import GObject, Gtk, Gedit, Peas, PeasGtk
 
 from console import PythonConsole
 from config import PythonConsoleConfigWidget
 
 PYTHON_ICON = 'gnome-mime-text-x-python'
 
-class PythonConsolePlugin(GObject.Object, Gedit.WindowActivatable, PeasUI.Configurable):
+class PythonConsolePlugin(GObject.Object, Gedit.WindowActivatable, PeasGtk.Configurable):
     __gtype_name__ = "PythonConsolePlugin"
 
     window = GObject.property(type=GObject.Object)



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