Ignore:
Timestamp:
08/21/08 11:20:24 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Actions.java

    r185 r242  
    432432
    433433                        Item itemParam = clicked;
    434                         if (FreeItems.textAttachedToCursor()) {
     434                        if (FreeItems.textOnlyAttachedToCursor()) {
    435435                                itemParam = FreeItems.getItemAttachedToCursor();
    436436                        }
     
    456456                                String result = _Agent.toString();
    457457                                // Attach the result to the cursor
    458                                 if (FreeItems.textAttachedToCursor()) {
     458                                if (FreeItems.textOnlyAttachedToCursor()) {
    459459                                        Item resultItem = FreeItems.getItemAttachedToCursor();
    460460                                        resultItem.setText(result);
Note: See TracChangeset for help on using the changeset viewer.