[tor-commits] [arm/master] fix: var misspelling crashed descriptor popup
atagar at torproject.org
atagar at torproject.org
Sat Jun 4 21:12:30 UTC 2011
commit 823630f38f2cdc616dcd9907ff9be75584366126
Author: Damian Johnson <atagar at torproject.org>
Date: Thu May 26 07:27:25 2011 -0700
fix: var misspelling crashed descriptor popup
---
src/cli/descriptorPopup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/cli/descriptorPopup.py b/src/cli/descriptorPopup.py
index e73e9fc..f75d7e6 100644
--- a/src/cli/descriptorPopup.py
+++ b/src/cli/descriptorPopup.py
@@ -104,7 +104,7 @@ def showDescriptorPopup(connectionPanel):
"""
# hides the title of the first panel on the page
- contorl = controller.getController()
+ control = controller.getController()
topPanel = control.getDisplayPanels(False)[0]
topPanel.setTitleVisible(False)
topPanel.redraw(True)
More information about the tor-commits
mailing list