gui_sanity_check(): bump GTK+ version here too

This commit is contained in:
Michael Natterer 2009-09-16 22:08:36 +02:00
parent 699b112940
commit ab6406faa8

View file

@ -254,7 +254,7 @@ gui_sanity_check (void)
{
#define GTK_REQUIRED_MAJOR 2
#define GTK_REQUIRED_MINOR 16
#define GTK_REQUIRED_MICRO 1
#define GTK_REQUIRED_MICRO 6
const gchar *mismatch = gtk_check_version (GTK_REQUIRED_MAJOR,
GTK_REQUIRED_MINOR,