[tor-commits] [arm/master] Fix general panel stack trace reported by atagar.

atagar at torproject.org atagar at torproject.org
Fri Jul 15 20:15:33 UTC 2011


commit 1c92159ab9114069f5e4093a2747597b9581c125
Author: Kamran Riaz Khan <krkhan at inspirated.com>
Date:   Sat Jul 16 00:17:19 2011 +0500

    Fix general panel stack trace reported by atagar.
---
 src/gui/generalPanel.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gui/generalPanel.py b/src/gui/generalPanel.py
index b16cac5..dee96be 100644
--- a/src/gui/generalPanel.py
+++ b/src/gui/generalPanel.py
@@ -62,7 +62,7 @@ class GeneralPanel(CliHeaderPanel):
 
       dirPortLabel = ", Dir Port: %s" % self.vals["tor/dirPort"] if self.vals["tor/dirPort"] != "0" else ""
 
-      value = "%s%s%s" % (self.vals["tor/nickname"], " - " + myAddress, ":" + self.vals["tor/orPort"], dirPortLabel)
+      value = "%s%s%s%s" % (self.vals["tor/nickname"], " - " + myAddress, ":" + self.vals["tor/orPort"], dirPortLabel)
     else:
       if self._isTorConnected:
         value = "Disabled"





More information about the tor-commits mailing list