Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-06-02 03:38:31 +0000
committerspingel2009-06-02 03:38:31 +0000
commit3efd5c437b167ca3ff2469c8b07ee38ae9279e40 (patch)
treedebc68c46dcf11f788e818b1c4e8f97cceae4a4c /org.eclipse.mylyn.trac.ui/src/org
parenta5aedc4ccf3f1649c0e82240036db2dddfba5a39 (diff)
downloadorg.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.tar.gz
org.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.tar.xz
org.eclipse.mylyn.tasks-3efd5c437b167ca3ff2469c8b07ee38ae9279e40.zip
NEW - bug 278708: [api] improve api for connectors that do not support submitting tasks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278708
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/src/org')
-rw-r--r--org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/editor/TracTaskEditorPage.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/editor/TracTaskEditorPage.java b/org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/editor/TracTaskEditorPage.java
index e53d55947..2ae291d3d 100644
--- a/org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/editor/TracTaskEditorPage.java
+++ b/org.eclipse.mylyn.trac.ui/src/org/eclipse/mylyn/internal/trac/ui/editor/TracTaskEditorPage.java
@@ -33,7 +33,6 @@ public class TracTaskEditorPage extends AbstractTaskEditorPage {
public TracTaskEditorPage(TaskEditor editor) {
super(editor, TracCorePlugin.CONNECTOR_KIND);
- setNeedsSubmitButton(true);
setNeedsPrivateSection(true);
}

Back to the top