Bug 444818 - Ensure gconf is always correctly initialized. r=soc sr=roc

This commit is contained in:
Philippe M. Chiasson 2008-07-22 22:38:22 -04:00
Родитель 720ceb1f92
Коммит caae253454
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -54,6 +54,7 @@ nsGConfService::~nsGConfService()
nsresult
nsGConfService::Init()
{
g_type_init();
mClient = gconf_client_get_default();
return mClient ? NS_OK : NS_ERROR_FAILURE;
}