projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500e9b5
)
Rename COL_LINE to COL_LINE_NUMBER
author
René Stadler
<mail@renestadler.de>
Tue, 20 Nov 2007 15:45:35 +0000
(17:45 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:38 +0000
(20:51 +0200)
debug-viewer/GstDebugViewer/GUI.py
patch
|
blob
|
history
diff --git
a/debug-viewer/GstDebugViewer/GUI.py
b/debug-viewer/GstDebugViewer/GUI.py
index
4b97e02
..
86a2009
100755
(executable)
--- a/
debug-viewer/GstDebugViewer/GUI.py
+++ b/
debug-viewer/GstDebugViewer/GUI.py
@@
-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,)