Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-05-16 18:43:35 +0000
committerspingel2011-05-16 18:43:35 +0000
commit670febf5997ef2b0316bbd8e3c15fbf2bff90a58 (patch)
treea3da7f43cd46d5b675d3df423059efdd8530c7aa
parent182da31fdeefb72d3245ea44f30e02f74b55d2be (diff)
downloadorg.eclipse.mylyn.tasks-670febf5997ef2b0316bbd8e3c15fbf2bff90a58.tar.gz
org.eclipse.mylyn.tasks-670febf5997ef2b0316bbd8e3c15fbf2bff90a58.tar.xz
org.eclipse.mylyn.tasks-670febf5997ef2b0316bbd8e3c15fbf2bff90a58.zip
NEW - bug 345324: [patch] CheckboxMultiSelectAttributeEditor should only call attributeChanged once per change
https://bugs.eclipse.org/bugs/show_bug.cgi?id=345324
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/CheckboxMultiSelectAttributeEditor.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/CheckboxMultiSelectAttributeEditor.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/CheckboxMultiSelectAttributeEditor.java
index 276ae2994..cbf0d4ea7 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/CheckboxMultiSelectAttributeEditor.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/CheckboxMultiSelectAttributeEditor.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2004, 2009 Tasktop Technologies and others.
+ * Copyright (c) 2011 Tasktop Technologies and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -48,6 +48,7 @@ import org.eclipse.ui.forms.widgets.SharedScrolledComposite;
/**
* @author Shawn Minto
+ * @author Sam Davis
*/
public class CheckboxMultiSelectAttributeEditor extends AbstractAttributeEditor {

Back to the top