gui_sanity_check(): bump GTK+ dependency here too

This commit is contained in:
Michael Natterer 2009-10-17 17:49:28 +02:00
parent eb6bef33e4
commit c58eee0229
1 changed files with 2 additions and 2 deletions

View File

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