From 18a80a7c42e97396ed83aa3352a06677072ca241 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 21 Jul 2011 10:24:57 +0100 Subject: gtk3: don't package the filepicker if we have gtk3 enabled --- scp2/source/ooo/file_library_ooo.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index eb49a0c9228e..bebfafe26045 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -503,7 +503,7 @@ File gid_File_Lib_Desktopbe Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX)); End -#ifdef ENABLE_GTK +#if defined(ENABLE_GTK) && !defined(ENABLE_GTK3) #ifdef GTK_TWO_FOUR File gid_File_Lib_Fps_Gnome TXT_FILE_BODY; -- cgit