Add a replacement for gtk_radio_action_set_current_value() which
authorLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 23:17:35 +0000 (23:17 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 23:17:35 +0000 (23:17 +0000)
commitc10bf95960a1aa871faf0d9930098bdd9a9b1b1c
tree0b1130adf1e024c05c83da3bcb955be469c6f6b0
parentbac25c157f02acaf5d06970e49a87cf31809bb44
Add a replacement for gtk_radio_action_set_current_value() which
require GTK+ >= 2.10.
Two new files were added, compat.h and compat.c.
src/Makefile.am
src/compat.c [new file with mode: 0644]
src/compat.h [new file with mode: 0644]
src/layout_util.c