Bug 430614 - "[GSoC] Thunderbird integration into Windows Vista/Windows Search indexer" - a couple more fixes [r=bienvenu]

This commit is contained in:
Siddharth Agarwal 2008-09-23 22:37:15 +01:00
Родитель ed48b17b39
Коммит 35c5535de2
2 изменённых файлов: 9 добавлений и 1 удалений

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

@ -125,7 +125,14 @@ function WinSearchFirstRun(window)
if (enable)
{
if (!scope.gWinSearchHelper.isFileAssociationSet)
scope.gWinSearchHelper.setFileAssociation();
{
try { scope.gWinSearchHelper.setFileAssociation(); }
catch (e) { SIDump("File association not set\n"); }
}
// Also set the FANCI bit to 0 for the profile directory
scope.gWinSearchHelper.setFANCIBit(Cc["@mozilla.org/file/directory_service;1"]
.getService(Ci.nsIProperties).get("ProfD", Ci.nsIFile),
false, true);
}
scope.gPrefBranch.setBoolPref(gPrefBase + ".enable", enable);
scope.InitSupportIntegration(enable);

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

@ -177,6 +177,7 @@ bin\components\nsAbAutoCompleteSearch.js
; Windows Search integration
bin\components\nsWinSearchIntegration.js
bin\components\mailwinsearch.xpt
bin\WSEnable.exe
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;