[eog-plugins] pythonconsole: Fix variable's namespace
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] pythonconsole: Fix variable's namespace
- Date: Mon, 20 Feb 2012 18:18:43 +0000 (UTC)
commit e4385e21e61b19b4cfbfc0333a7a497d87a5555b
Author: Felix Riemann <friemann gnome org>
Date: Mon Feb 20 19:16:52 2012 +0100
pythonconsole: Fix variable's namespace
plugins/pythonconsole/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pythonconsole/__init__.py b/plugins/pythonconsole/__init__.py
index 4fafdd1..c4eb640 100644
--- a/plugins/pythonconsole/__init__.py
+++ b/plugins/pythonconsole/__init__.py
@@ -55,7 +55,7 @@ class PythonConsolePlugin(GObject.Object, Eog.WindowActivatable, PeasGtk.Configu
def __init__(self):
GObject.Object.__init__(self)
self.console_window = None
- ui_id = 0
+ self.ui_id = 0
def do_activate(self):
ui_manager = self.window.get_ui_manager()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]