Fix glib warnings on model property access
authorRené Stadler <mail@renestadler.de>
Wed, 7 Sep 2011 14:11:58 +0000 (16:11 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:46 +0000 (20:51 +0200)
commit05aa65551aae51e8e86294e29b4de2f9a6aa22af
tree54215eeab50aa6007993b1b69e75a437927ef7a4
parente46367c073062ab7977eff0f549849c9f7e20a8d
Fix glib warnings on model property access

Seems like pygobject can all of the sudden not handle a NULL model on a
property. Using the getter works around this. Also using the setter now for
consistency.
debug-viewer/GstDebugViewer/GUI/columns.py
debug-viewer/GstDebugViewer/GUI/window.py
debug-viewer/GstDebugViewer/Plugins/FindBar.py
debug-viewer/GstDebugViewer/Plugins/Timeline.py