postiffm / bibledit-desktop

Desktop version of Bibledit
GNU General Public License v3.0
4 stars 6 forks source link

Bump the requited version of glib2. #102

Closed rluzynski closed 5 years ago

rluzynski commented 5 years ago

This is required because of the macros used in combo_with_arrows.

rluzynski commented 5 years ago

Note that this is only for the gtk3 thread. You may consider reordering this commit to place it near the commit which introduces the combo boxes with arrows but I don't mind if it is not reordered.

The reason of this bump is that G_DECLARE_DERIVABLE_TYPE is defined since 2.44 (see /usr/include/glib-2.0/gobject/gtype.h).

postiffm commented 5 years ago

Thank you. See commit 72cdeb1 in the gtk3 branch.