[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [arm/release] Use distinguishing colors for entry lines.
commit 50940a058d0481fc8edb8300e998a8e8f05a4274
Author: Kamran Riaz Khan <krkhan@xxxxxxxxxxxxxx>
Date: Sat Jul 9 18:51:06 2011 +0500
Use distinguishing colors for entry lines.
---
src/gui/connections/circEntry.py | 2 +-
src/gui/connections/connEntry.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gui/connections/circEntry.py b/src/gui/connections/circEntry.py
index cb79a9b..036fbab 100644
--- a/src/gui/connections/circEntry.py
+++ b/src/gui/connections/circEntry.py
@@ -21,7 +21,7 @@ class CircHeaderLine(circEntry.CircHeaderLine):
foreign = "%s:%s" % (self.foreign.ipAddr, self.foreign.port)
timeLabel = "%d s" % (time.time() - self.startTime)
- return (local, foreign, timeLabel, self.baseType, 'black')
+ return (local, foreign, timeLabel, self.baseType, 'blue')
class CircLine(circEntry.CircLine):
@classmethod
diff --git a/src/gui/connections/connEntry.py b/src/gui/connections/connEntry.py
index bc4ec53..5888532 100644
--- a/src/gui/connections/connEntry.py
+++ b/src/gui/connections/connEntry.py
@@ -22,5 +22,5 @@ class ConnectionLine(connEntry.ConnectionLine):
foreign = "%s:%s" % (self.foreign.ipAddr, self.foreign.port)
timeLabel = "%d s" % (time.time() - self.startTime)
- return (local, foreign, timeLabel, self.baseType, 'black')
+ return (local, foreign, timeLabel, self.baseType, 'red')
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits