[orca/orca-gnome3: 65/87] Refactoring method names
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/orca-gnome3: 65/87] Refactoring method names
- Date: Fri, 1 Apr 2011 11:18:16 +0000 (UTC)
commit 71972bced7da02d4b17605bbfa2805389b5adbf5
Author: Javier Hernández Antúnez <jhernandez emergya es>
Date: Thu Mar 24 12:28:25 2011 +0100
Refactoring method names
src/orca/orca_gui_prefs.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index d096765..2912582 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -2317,9 +2317,9 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
self.currentPluginsStatus[plugin_name]['active'] = active
self.plugins_store[path][0] = active
if active == True:
- _pluginManager.enable_plugin(plugin_name)
+ _pluginManager.enablePlugin(plugin_name)
else:
- _pluginManager.disable_plugin(plugin_name)
+ _pluginManager.disablePlugin(plugin_name)
# nacho's
# if active:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]