bug 269888 - Search ignoring Glossary. Patch by Leung Wing Chung <lwchk2001@yahoo.com.hk>. r=rlk@trfenv.com

This commit is contained in:
rlk%trfenv.com 2004-12-05 03:42:59 +00:00
Родитель 2dd2497cd9
Коммит 6d66ef711b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -631,7 +631,7 @@ function doFind() {
doFindOnDatasource(resultsDS, sourceDS, RDF_ROOT, 0);
// search glossary.
tree = helpSearchPanel;
tree = helpGlossaryPanel;
sourceDS = tree.database;
// If the glossary has never been displayed this will be null (sigh!).
if (!sourceDS)