[Libreoffice-commits] .: scp2/source

Michael Meeks michael at kemper.freedesktop.org
Thu Jul 21 02:26:55 PDT 2011


 scp2/source/ooo/file_library_ooo.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8efe663e2096c79223c2725897841ffac55f707e
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Jul 21 10:24:57 2011 +0100

    gtk3: don't package the filepicker if we have gtk3 enabled

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index eb49a0c..bebfafe 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;


More information about the Libreoffice-commits mailing list