Bug 223

Summary: Compilation fails with newer gtkmm: Gtk::TreeViewColumn->get_first_cell_renderer() removed
Product: gigedit Reporter: Chris Arndt <linuxsampler>
Component: gigeditAssignee: Andreas Persson <andreas56>
Status: CLOSED FIXED    
Severity: normal CC: cuse
Priority: P5    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   
Attachments: Patch for src/gigedit/mainwindow.cpp

Description Chris Arndt 2014-06-23 13:28:00 CEST
Gtk::TreeViewColumn->get_first_cell_renderer() is deprecated and was removed in newer gtkmm versions. It should be replaced with get_first_cell().

Patch to src/gigedit/mainwindow.cpp attached.
Comment 1 Chris Arndt 2014-06-23 13:29:02 CEST
Created attachment 62 [details]
Patch for src/gigedit/mainwindow.cpp
Comment 2 Andreas Persson 2014-06-24 04:52:01 CEST
Thanks. Patch applied.