[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 9e020cb8e12d682ca74368bda582655bd19957b2
Author: Kamran Riaz Khan <krkhan@xxxxxxxxxxxxxx>
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()
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits