[Libreoffice-commits] core.git: vcl/unx

Thorsten Behrens tbehrens at suse.com
Thu Mar 21 03:29:58 PDT 2013


 vcl/unx/generic/plugadapt/salplug.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf5e1575e81195d1931a6eadd15ab27cc39aadec
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Thu Mar 21 11:27:58 2013 +0100

    Fix force-choosing gtk3 backend.
    
    Extra parameter got lost in refactoring, if we set envvar, we *do*
    want to try that backend.
    
    Change-Id: Ib530a3a6b3e6ee33aab729ce7cd1f93e209d4513

diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx
index 2dbd37f..dc8b586 100644
--- a/vcl/unx/generic/plugadapt/salplug.cxx
+++ b/vcl/unx/generic/plugadapt/salplug.cxx
@@ -214,7 +214,7 @@ SalInstance *CreateSalInstance()
         aUsePlugin = "svp";
 
     if( !aUsePlugin.isEmpty() )
-        pInst = tryInstance( aUsePlugin );
+        pInst = tryInstance( aUsePlugin, true );
 
     if( ! pInst )
         pInst = autodetect_plugin();


More information about the Libreoffice-commits mailing list