зеркало из https://github.com/mozilla/gecko-dev.git
Bug 444818 - Ensure gconf is always correctly initialized. r=soc sr=roc
This commit is contained in:
Родитель
720ceb1f92
Коммит
caae253454
|
@ -54,6 +54,7 @@ nsGConfService::~nsGConfService()
|
|||
nsresult
|
||||
nsGConfService::Init()
|
||||
{
|
||||
g_type_init();
|
||||
mClient = gconf_client_get_default();
|
||||
return mClient ? NS_OK : NS_ERROR_FAILURE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче