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