Comment 4 for bug 441453

Revision history for this message
Cesare Tirabassi (norsetto) wrote : Re: [karmic] gelemental crashes after clicking on any element

I'm opening an gtkmm2.4 task since this is obviously a bug in there. Nothwistanding the fact that there is a clear api/abi change they haven't bumped the soname. As a matter of fact, they use:

AC_SUBST([LIBGTKMM_SO_VERSION], [1:30:0])

Which was:

LIBGTKMM_SO_VERSION=1:30:0
AC_SUBST(LIBGTKMM_SO_VERSION)

In 2.16.0, so, this is likely to break other applications.