Ignore:
Timestamp:
07/22/08 10:05:32 (16 years ago)
Author:
ra33
Message:

Fixing bugs for Rob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Item.java

    r147 r154  
    19311931
    19321932        public boolean hasAction() {
    1933                 return _actions != null && _actions.size() > 0;
     1933                List<String> actions = getAction();
     1934                return actions != null && actions.size() > 0;
    19341935        }
    19351936
Note: See TracChangeset for help on using the changeset viewer.