![](https://seccdn.libravatar.org/avatar/e1ad78837291ae9e0ef67a01d37bec8d.jpg?s=120&d=mm&r=g)
On Mon, 19 Apr 2010 21:16:05 +0200, Dave Plater <davejplater@gmail.com> wrote:
From this I come to the conclusion that the factory version of gtkmm2 has changed. Does anyone have any idea what change in gtk2mm could have caused this?
Just look in the headers :) In /usr/include/gtkmm-2.4/gtkmm/dialog.h line 347 and on you'll find: // This previously returned an HButtonBox*, which broke on Maemo // Fremantle. // Changed post-2.18.2 /** Returns:the action area. * @return The action area. * * @newin{2,14}. */ ButtonBox* get_action_area(); The fix is to test the return type in in configure and then use that type in mainwnd.cpp. I've filed a SR for this. Philipp -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org