Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-01-28 20:19:37 +0000
committerChris Goldthorpe2008-01-28 20:19:37 +0000
commit1bfea4895a16edd9544238a40c7ea4e062982da6 (patch)
tree2a3de1d8d1d31dc9342bb823c362edb4cfedc5f8 /org.eclipse.ui.cheatsheets
parentcf32e34bc8c426db1805f2eecdda25bc79be7643 (diff)
downloadeclipse.platform.ua-1bfea4895a16edd9544238a40c7ea4e062982da6.tar.gz
eclipse.platform.ua-1bfea4895a16edd9544238a40c7ea4e062982da6.tar.xz
eclipse.platform.ua-1bfea4895a16edd9544238a40c7ea4e062982da6.zip
Bug 215507 – Cheat sheet manager returns wrong cheat sheet ID for a composite cheat sheetv20080128
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java
index fe8b4caef..db8b42cf3 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java
@@ -933,6 +933,7 @@ public class CheatSheetViewer implements ICheatSheetViewer, IMenuContributor {
if(currentPage != null) {
currentPage.dispose();
}
+ manager = null;
}
/**

Back to the top