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
This commit is contained in:
Thorsten Behrens
2013-03-21 11:27:58 +01:00
parent 75eec37886
commit bf5e1575e8

View File

@@ -214,7 +214,7 @@ SalInstance *CreateSalInstance()
aUsePlugin = "svp";
if( !aUsePlugin.isEmpty() )
pInst = tryInstance( aUsePlugin );
pInst = tryInstance( aUsePlugin, true );
if( ! pInst )
pInst = autodetect_plugin();