You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/09/28 00:08:01 UTC

svn commit: r1527100 - /jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java

Author: pmouawad
Date: Fri Sep 27 22:08:01 2013
New Revision: 1527100

URL: http://svn.apache.org/r1527100
Log:
Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo
Bugzilla Id: 55600

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java

Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java?rev=1527100&r1=1527099&r2=1527100&view=diff
==============================================================================
--- jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java (original)
+++ jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XPathPanel.java Fri Sep 27 22:08:01 2013
@@ -94,7 +94,7 @@ public class XPathPanel extends JPanel {
      * @param xpath
      */
     public void setXPath(String xpath) {
-        this.xpath.setText(xpath);
+        this.xpath.setInitialText(xpath);
     }
 
     /**