Kaydet (Commit) a117e259 authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Andras Timar

use gtk3 vclplug by default under GNOME3 if available

Change-Id: I4efe8bdfb7080365094306aee9db6b69a7f9e86a
(cherry picked from commit 031a3476)
üst 68358d9a
......@@ -68,14 +68,6 @@ static SalInstance* tryInstance( const OUString& rModuleBase, bool bForce = fals
return svp_create_SalInstance();
SalInstance* pInst = NULL;
// Disable gtk3 plugin for now unless explicitly requested via
// SAL_USE_VCLPLUGIN=gtk3 (would ideally depend on experimental mode, but
// reading the experimental mode setting requires the UNO service manager
// which has not yet been instantiated):
if (!bForce && rModuleBase == "gtk3")
{
return NULL;
}
OUString aModule(
#ifdef SAL_DLLPREFIX
SAL_DLLPREFIX
......
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