mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Rename COL_LINE to COL_LINE_NUMBER
This commit is contained in:
parent
500e9b53c3
commit
f98ece8fe6
1 changed files with 1 additions and 1 deletions
|
@ -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,)
|
||||
|
|
Loading…
Reference in a new issue