Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbecker2010-12-21 22:47:11 +0000
committerfbecker2010-12-21 22:47:11 +0000
commitebbe4cb242d9a5d660151a3ef290189a6f6e46c7 (patch)
tree890f9c50d243fc0a61a30da2cf9fd63ad1ae69d0 /org.eclipse.mylyn.tasks.core
parentdf94aad972e1f04dde1612f18c5c2405b02fbf3a (diff)
downloadorg.eclipse.mylyn.tasks-ebbe4cb242d9a5d660151a3ef290189a6f6e46c7.tar.gz
org.eclipse.mylyn.tasks-ebbe4cb242d9a5d660151a3ef290189a6f6e46c7.tar.xz
org.eclipse.mylyn.tasks-ebbe4cb242d9a5d660151a3ef290189a6f6e46c7.zip
NEW - bug 332734: [regression] tooltips missing in Bugzilla Task Editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332734
Diffstat (limited to 'org.eclipse.mylyn.tasks.core')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java
index fa90be36d..b5771b1fa 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java
@@ -41,7 +41,7 @@ public class TaskAttributeMetaData {
setReadOnly(true);
setType(TaskAttribute.TYPE_SHORT_TEXT);
// only for test
- putValue(TaskAttribute.META_DESCRIPTION, "Tooltip Defaul Text"); //$NON-NLS-1$
+ // putValue(TaskAttribute.META_DESCRIPTION, "Tooltip Defaul Text"); //$NON-NLS-1$
return this;
}

Back to the top