Kaydet (Commit) bf5e1575 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

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
üst 75eec378
......@@ -214,7 +214,7 @@ SalInstance *CreateSalInstance()
aUsePlugin = "svp";
if( !aUsePlugin.isEmpty() )
pInst = tryInstance( aUsePlugin );
pInst = tryInstance( aUsePlugin, true );
if( ! pInst )
pInst = autodetect_plugin();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment