[gedit] Fix python console deactivate



commit afb3e10608fc329a0be2024b1eab88261cda6ae4
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Wed Aug 18 22:24:43 2010 +0200

    Fix python console deactivate

 plugins/pythonconsole/pythonconsole/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pythonconsole/pythonconsole/__init__.py b/plugins/pythonconsole/pythonconsole/__init__.py
index a2d5b88..0509d46 100644
--- a/plugins/pythonconsole/pythonconsole/__init__.py
+++ b/plugins/pythonconsole/pythonconsole/__init__.py
@@ -51,7 +51,7 @@ class PythonConsolePlugin(GObject.Object, Gedit.WindowActivatable, PeasUI.Config
         bottom.add_item(self._console, "GeditPythonConsolePanel",
                         _('Python Console'), image)
 
-    def deactivate(self):
+    def do_deactivate(self):
         self._console.stop()
         bottom = self.window.get_bottom_panel()
         bottom.remove_item(self._console)



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