Changeset 2277


Ignore:
Timestamp:
11/28/10 11:02:03 (18 months ago)
Author:
tolteque
Message:

o LOMEFC2

  • Fix a crash
Location:
trunk/lomefc2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lomefc2/me_trigrules.lua

    r2162 r2277  
    994994--        base.print('newRuleBtn:onChange())') 
    995995        local currentGoal = window.triggersList:getSelectedItem() 
    996         local goal = currentGoal.itemId 
    997996        if currentGoal then 
     997          local goal = currentGoal.itemId 
    998998            -- Compute insertion index and 
    999999            -- test if insertion of a new rule is allowed: First or after a "(" or after a logicalOpertor (or & and) 
Note: See TracChangeset for help on using the changeset viewer.