[Libreoffice-commits] core.git: vcl/unx

Caolán McNamara caolanm at redhat.com
Tue Jul 21 01:36:44 PDT 2015


 vcl/unx/gtk/app/gtkdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 190f91c71905ca18d6174393ad1b54be74259754
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jul 21 09:35:39 2015 +0100

    use 3,0,0 rather than 3,10,0
    
    Change-Id: I810cdadedd5261caede474a4780ceea6d9b409c9

diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index c42c68d..1a406c3 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -46,7 +46,7 @@
 
 #include <vcl/svapp.hxx>
 
-#if GTK_CHECK_VERSION(3,10,0)
+#if GTK_CHECK_VERSION(3,0,0)
 # ifdef GDK_WINDOWING_X11
 #  include <gdk/gdkx.h>
 # endif


More information about the Libreoffice-commits mailing list