[tor-commits] [arm/release] Return True to keep timeout going.

atagar at torproject.org atagar at torproject.org
Sun Jul 17 06:08:31 UTC 2011


commit 9e020cb8e12d682ca74368bda582655bd19957b2
Author: Kamran Riaz Khan <krkhan at inspirated.com>
Date:   Sat Jul 9 17:00:51 2011 +0500

    Return True to keep timeout going.
---
 src/gui/connections/connPanel.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gui/connections/connPanel.py b/src/gui/connections/connPanel.py
index 9df5142..4f89b30 100644
--- a/src/gui/connections/connPanel.py
+++ b/src/gui/connections/connPanel.py
@@ -59,7 +59,7 @@ class ConnectionPanel(CliConnectionPanel):
       index = index + 1
 
     if index == len(self._entryLines):
-      return
+      return True
 
     treestore.clear()
 





More information about the tor-commits mailing list