From ab6406faa88781475b41436c19d3d41d30afc25e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 16 Sep 2009 22:08:36 +0200 Subject: [PATCH] gui_sanity_check(): bump GTK+ version here too --- app/gui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/gui.c b/app/gui/gui.c index 0407c377f6..aced28911d 100644 --- a/app/gui/gui.c +++ b/app/gui/gui.c @@ -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,