Bug 223 - Compilation fails with newer gtkmm: Gtk::TreeViewColumn->get_first_cell_renderer() removed
Summary: Compilation fails with newer gtkmm: Gtk::TreeViewColumn->get_first_cell_rende...
Status: CLOSED FIXED
Alias: None
Product: gigedit
Classification: Unclassified
Component: gigedit (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 normal
Assignee: Andreas Persson
URL:
Depends on:
Blocks:
 
Reported: 2014-06-23 13:28 CEST by Chris Arndt
Modified: 2015-03-09 17:11 CET (History)
1 user (show)

See Also:


Attachments
Patch for src/gigedit/mainwindow.cpp (1.02 KB, patch)
2014-06-23 13:29 CEST, Chris Arndt
Details

Note You need to log in before you can comment on or make changes to this bug.
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.