From edac7fdf643fc5f1a374508f4f993de0951ff324 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Dec 2007 23:27:23 +0000 Subject: Bug 1843212. Changed version check for using the new clipboard APIs to 2.6 so will compile on 2.4. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index f184bfbc8..75e7a343f 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -78,7 +78,7 @@ #pragma warning(disable: 4505) #endif -#if GTK_CHECK_VERSION(2,2,0) +#if GTK_CHECK_VERSION(2,6,0) #define USE_GTK_CLIPBOARD #endif -- cgit v1.2.3