Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-05-29 00:01:12 +0000
committersminto2009-05-29 00:01:12 +0000
commitc3ee3c7ea6ea50f6052bd536816c9ff41ab3d06e (patch)
tree81a9864abd9744d483a482cb7b44ea2273be2d82 /org.eclipse.mylyn.bugzilla.ui
parent098b2f1cb5868561fc18866cd4f53e2582e2ee1d (diff)
downloadorg.eclipse.mylyn.tasks-c3ee3c7ea6ea50f6052bd536816c9ff41ab3d06e.tar.gz
org.eclipse.mylyn.tasks-c3ee3c7ea6ea50f6052bd536816c9ff41ab3d06e.tar.xz
org.eclipse.mylyn.tasks-c3ee3c7ea6ea50f6052bd536816c9ff41ab3d06e.zip
278298: [api] add support for enabling and disabling the new private section
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278298
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
index eee6a1a36..aa10978e1 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java
@@ -83,7 +83,7 @@ public class BugzillaTaskEditorPage extends AbstractTaskEditorPage {
super(editor, connectorKind);
this.attributeEditorMap = new HashMap<TaskAttribute, AbstractAttributeEditor>();
setNeedsSubmitButton(true);
-// setNeedsPrivateSection(true);
+ setNeedsPrivateSection(true);
}
@Override

Back to the top