Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2020-07-17 13:22:34 +0000
committerWim Jongman2020-07-20 14:32:00 +0000
commit03366ec96aae0fd3c97ca711872c2c43e416a735 (patch)
tree51f0670ff50aa87f6ee5ce4c69221e993fc361d3 /org.eclipse.tips.ui/META-INF/MANIFEST.MF
parentda8dd73ac51a957e5eaf903e373908f67f8928f2 (diff)
downloadeclipse.platform.ua-03366ec96aae0fd3c97ca711872c2c43e416a735.tar.gz
eclipse.platform.ua-03366ec96aae0fd3c97ca711872c2c43e416a735.tar.xz
eclipse.platform.ua-03366ec96aae0fd3c97ca711872c2c43e416a735.zip
Bug 561220 - Tip of the day not working
Fixed. The Next... button is disabled until a tip provider was actually selected. Change-Id: I1984cfd1fc7d1d6686afca6d424fc7915ebc2348 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'org.eclipse.tips.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.tips.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.ui/META-INF/MANIFEST.MF b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
index 5fc1dda62..1c600aacd 100644
--- a/org.eclipse.tips.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.tips.ui;singleton:=true
-Bundle-Version: 0.1.900.qualifier
+Bundle-Version: 0.1.1000.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.0.0",
org.eclipse.jface;bundle-version="3.0.0",

Back to the top