https://issues.apache.org/bugzilla/show_bug.cgi?id=51488

--- Comment #5 from [email protected] 2011-07-22 11:57:26 UTC ---
Hi Milamber,

I don't think so.

setScopeVariable is probably only called on elements which have this.

My change was:
    public void setScopeAll() {
        allButton.setSelected(true);
        if (variableName != null)
            variableName.setText("");
    }

    public void setScopeChildren() {
        childButton.setSelected(true);
        if (variableName != null)
            variableName.setText("");
    }

    public void setScopeParent() {
        parentButton.setSelected(true);
        if (variableName != null)
            variableName.setText("");
    }

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to