Rename COL_LINE to COL_LINE_NUMBER

This commit is contained in:
René Stadler 2007-11-20 17:45:35 +02:00 committed by Stefan Sauer
parent 500e9b53c3
commit f98ece8fe6

View file

@ -100,7 +100,7 @@ class LogModelBase (gtk.GenericTreeModel):
"COL_LEVEL", object,
"COL_CATEGORY", str,
"COL_FILENAME", str,
"COL_LINE", int,
"COL_LINE_NUMBER", int,
"COL_FUNCTION", str,
"COL_OBJECT", str,
"COL_MESSAGE", str,)