desktop/win32/source/applauncher/launcher.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f0f8576596e104549e66e62d15a262acfd70dcec
Author: Jesús Corrius <je...@softcatala.org>
Date:   Thu May 24 13:33:39 2012 +0200

    Don't spam fellow developers until I fix the problem in MinGW

diff --git a/desktop/win32/source/applauncher/launcher.cxx 
b/desktop/win32/source/applauncher/launcher.cxx
index 8ba9cb6..074e2b5 100644
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -56,7 +56,8 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, 
LPTSTR, int )
 {
        // Set an explicit Application User Model ID for the process
 
-       SetExplicitAppUserModelID(APPUSERMODELID);
+    // FIXME: Comment this out until I find a fix for minGW.
+    // SetExplicitAppUserModelID(APPUSERMODELID);
 
     // Retreive startup info
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to