You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2012/01/16 12:32:00 UTC

svn commit: r1231939 - /incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java

Author: joern
Date: Mon Jan 16 11:32:00 2012
New Revision: 1231939

URL: http://svn.apache.org/viewvc?rev=1231939&view=rev
Log:
OPENNLP-319 Now correctly used Modify event instead of Selection event.

Modified:
    incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java

Modified: incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java?rev=1231939&r1=1231938&r2=1231939&view=diff
==============================================================================
--- incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java (original)
+++ incubator/opennlp/sandbox/caseditor-opennlp-plugin/src/main/java/org/apache/opennlp/caseditor/namefinder/NameFinderModelInputDialog.java Mon Jan 16 11:32:00 2012
@@ -81,7 +81,7 @@ public class NameFinderModelInputDialog 
     modelText.setLayoutData(GridDataFactory.swtDefaults().
         align(SWT.FILL, SWT.CENTER).grab(true,  false).create());
     modelText.setText(modelTextValue);
-    modelText.addListener(SWT.Selection, new Listener(){
+    modelText.addListener(SWT.Modify, new Listener(){
 
       @Override
       public void handleEvent(Event event) {