Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2004-04-06 20:30:18 +0000
committerKonrad Kolosowski2004-04-06 20:30:18 +0000
commit65b3e5548f17ec7b3486716d3970085bcbbc7d4a (patch)
tree5d8d863f94c90694d7ac1dbb723cc76aa9aa8a42 /org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java
parentec0d07584751527c4cbc48c31f62d414f31c7949 (diff)
downloadeclipse.platform.ua-65b3e5548f17ec7b3486716d3970085bcbbc7d4a.tar.gz
eclipse.platform.ua-65b3e5548f17ec7b3486716d3970085bcbbc7d4a.tar.xz
eclipse.platform.ua-65b3e5548f17ec7b3486716d3970085bcbbc7d4a.zip
show infocenter search progress in other languages when one is indexing
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java b/org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java
index 9bbe1a40c..861e4be1e 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/internal/base/IndexToolApplication.java
@@ -78,7 +78,7 @@ public class IndexToolApplication
delete(indexPath);
}
// index
- BaseHelpSystem.getSearchManager().updateIndex(
+ BaseHelpSystem.getSearchManager().ensureIndexUpdated(
new NullProgressMonitor(),
BaseHelpSystem.getSearchManager().getIndex(locale.toString()));
// zip up

Back to the top