[orca/new-settings] Modify comments in orca_gui_profile.
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Modify comments in orca_gui_profile.
- Date: Tue, 19 Oct 2010 11:59:43 +0000 (UTC)
commit d57348d25c43e34bd42119db08de7a5b921b53da
Author: Alejandro Leiva <aleiva emergya es>
Date: Tue Oct 19 13:53:17 2010 +0200
Modify comments in orca_gui_profile.
src/orca/orca_gui_profile.py | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/src/orca/orca_gui_profile.py b/src/orca/orca_gui_profile.py
index 60279c9..bfd065b 100644
--- a/src/orca/orca_gui_profile.py
+++ b/src/orca/orca_gui_profile.py
@@ -18,7 +18,7 @@
# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
# Boston MA 02110-1301 USA.
-"""Displays a GUI for the Orca Find window"""
+"""Displays a GUI for the Orca profiles window"""
__id__ = "$Id$"
__version__ = "$Revision$"
@@ -49,7 +49,7 @@ newProfile = None
class OrcaProfileGUI(orca_gtkbuilder.GtkBuilderWrapper):
def __init__(self, fileName, windowName):
- """Initialize the Orca configuration GUI.
+ """Initialize the Orca profile configuration GUI.
Arguments:
- fileName: name of the GtkBuilder file.
@@ -67,7 +67,7 @@ class OrcaProfileGUI(orca_gtkbuilder.GtkBuilderWrapper):
self.profileString = ""
def showGUI(self):
- """Show the Orca Find dialog. This assumes that the GUI has
+ """Show the Orca profile dialog. This assumes that the GUI has
already been created.
"""
@@ -87,12 +87,6 @@ class OrcaProfileGUI(orca_gtkbuilder.GtkBuilderWrapper):
except AttributeError:
debug.printException(debug.LEVEL_FINEST)
-
- # Populate the dialog box from the previous searchQuery, should
- # one exist. Note: This is necessary because we are destroying
- # the dialog (rather than merely hiding it) before performing the
- # search.
-
try:
profileEntry = self.get_widget("profileEntry")
profileEntry.set_text(self.profileString)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]