Ignore:
Timestamp:
09/02/04 15:18:09 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r3583 r4833  
    120120    }
    121121
    122     fTaskList = (MTaskList*)list->FindObject("MTaskList");
     122    fTaskList = (MTaskList*)list->FindTaskListWithTask(this);
    123123    if (!fTaskList)
    124124    {
    125         *fLog << err << dbginf << "ERROR - Tasklist 'MTaskList' not found... abort." << endl;
     125        *fLog << err << dbginf << "ERROR - MTasklist not found... abort." << endl;
    126126        return kFALSE;
    127127    }
Note: See TracChangeset for help on using the changeset viewer.