Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
index 0c9408981..7ffab9d32 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
@@ -99,7 +99,7 @@ public class Policy {
private boolean allowDrilldown = true;
private boolean repositoriesVisible = true;
private boolean showLatestVersionsOnly = true;
- private int restartPolicy = RESTART_POLICY_PROMPT_RESTART_OR_APPLY;
+ private int restartPolicy = RESTART_POLICY_PROMPT;
private String repoPrefPageId;
private String repoPrefPageName;
private boolean filterOnEnv = false;

Back to the top