Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2012-04-29 05:02:54 +0000
committerPascal Rapicault2012-04-29 05:02:54 +0000
commit4473a59e16f2fee7476b5c5b0b212d1f20c4d9e7 (patch)
tree5593bc7e85bb6c19d7318c4b0fc41000a589c3cd
parent8d37167a8ab658fe9f0094b945b788a3d2e8a210 (diff)
downloadrt.equinox.p2-4473a59e16f2fee7476b5c5b0b212d1f20c4d9e7.tar.gz
rt.equinox.p2-4473a59e16f2fee7476b5c5b0b212d1f20c4d9e7.tar.xz
rt.equinox.p2-4473a59e16f2fee7476b5c5b0b212d1f20c4d9e7.zip
Remove the "apply now" button since this confuses people.v20120429-0502
-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