diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-07-21 10:24:57 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-07-21 10:25:17 +0100 |
commit | 18a80a7c42e97396ed83aa3352a06677072ca241 (patch) | |
tree | 51ade42b7430819f15fe10c4d085e30f365abac1 /scp2 | |
parent | d0ab680ff9c83cde5048c91b8b01f4c6215c5e01 (diff) |
gtk3: don't package the filepicker if we have gtk3 enabled
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |