s/get_cells/get_cell_renderers/ again
authorRené Stadler <mail@renestadler.de>
Mon, 21 Jan 2008 12:45:02 +0000 (14:45 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:44 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/GUI.py

index 90bc258..95f5670 100644 (file)
@@ -1367,7 +1367,7 @@ class WrappingMessageColumn (MessageColumn):
 
         col = self.view_column
         col.props.max_width = width
-        col.get_cells ()[0].props.wrap_width = width
+        col.get_cell_renderers ()[0].props.wrap_width = width
         col.queue_resize ()
 
 class LineViewColumnManager (ColumnManager):