[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 2 commits - setup_native/scripts setup_native/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Wed Jan 26 09:11:56 PST 2011


 setup_native/scripts/osx_install_languagepack.applescript |    1 +
 setup_native/source/win32/nsis/ooosetup.ico               |binary
 2 files changed, 1 insertion(+)

New commits:
commit 88a6c07dc231ed3508ffe81ec624a753f4c49e75
Author: Alexander Thurgood <alex.thurgood at gmail.com>
Date:   Wed Jan 26 18:10:16 2011 +0100

    Fix window focus for langpack installation on Mac fdo# 33056
    
    Signed-off-by: Thorsten Behrens <tbehrens at novell.com>

diff --git a/setup_native/scripts/osx_install_languagepack.applescript b/setup_native/scripts/osx_install_languagepack.applescript
index 33d376a..f889d09 100644
--- a/setup_native/scripts/osx_install_languagepack.applescript
+++ b/setup_native/scripts/osx_install_languagepack.applescript
@@ -39,6 +39,7 @@ set installComplete to "[InstallCompleteText]
 
 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
 
+activate
 display dialog intro buttons {AbortLabel, InstallLabel} default button 2
 
 if (button returned of result) is AbortLabel then
commit bf7cc5f6751d566bccb45b09fb15f82e56fe3333
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Tue Jan 18 10:26:56 2011 +0100

    Initial LibO mimetype icon design
    
    As per http://luxate.blogspot.com/2011/01/libreoffice-initial-icons-milestone.html
    updating the LibO mimetype and app icons (and the installer icon, for coherence).

diff --git a/setup_native/source/win32/nsis/ooosetup.ico b/setup_native/source/win32/nsis/ooosetup.ico
index 2d43f2b..2369584 100644
Binary files a/setup_native/source/win32/nsis/ooosetup.ico and b/setup_native/source/win32/nsis/ooosetup.ico differ


More information about the Libreoffice-commits mailing list