summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover <steve>2006-09-25 21:31:42 +0000
committerSteve Northover <steve>2006-09-25 21:31:42 +0000
commit8a0ae11ea42676ebdb11fa2397d5be01b71cadb7 (patch)
tree5f4c377b8bddf1ace355ba960c5154194a9e3068
parent47178c2eb92d1fa4beb764573f937ff836a9ac8a (diff)
downloadeclipse.platform.swt-8a0ae11ea42676ebdb11fa2397d5be01b71cadb7.tar.gz
eclipse.platform.swt-8a0ae11ea42676ebdb11fa2397d5be01b71cadb7.tar.xz
eclipse.platform.swt-8a0ae11ea42676ebdb11fa2397d5be01b71cadb7.zip
158577 - combo.setItem dispatchs a ModifyListener event with empty text
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
index 467b652bb0..98e6cddb18 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
@@ -1123,9 +1123,7 @@ public void setFont (Font font) {
/**
* Sets the text of the item in the receiver's list at the given
- * zero-relative index to the string argument. This is equivalent
- * to <code>remove</code>'ing the old item at the index, and then
- * <code>add</code>'ing the new item at that index.
+ * zero-relative index to the string argument.
*
* @param index the index for the item
* @param string the new text for the item