Update of /cvsroot/btplusplus/BT++/src/TabLog
In directory sc8-pr-cvs1:/tmp/cvs-serv17943/src/TabLog
Modified Files:
LogWindow.py
Log Message:
0.5.3
Index: LogWindow.py
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/TabLog/LogWindow.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** LogWindow.py 5 Apr 2003 11:05:37 -0000 1.5
--- LogWindow.py 5 Apr 2003 15:15:37 -0000 1.6
***************
*** 34,38 ****
def Log(self, msg, severity):
i = self.GetItemCount()
! self.InsertImageItem(i, 0)
self.SetStringItem(i, 1, time.strftime('%d.%m.%Y - %H:%M:%S'))
self.SetStringItem(i, 2, msg)
--- 34,38 ----
def Log(self, msg, severity):
i = self.GetItemCount()
! self.InsertImageItem(i, severity)
self.SetStringItem(i, 1, time.strftime('%d.%m.%Y - %H:%M:%S'))
self.SetStringItem(i, 2, msg)
|