taskswitcher/contextengine/tsfswserver/engine/src/tsfswdatalist.cpp
branchRCL_3
changeset 23 7be2816dbabd
parent 19 79311d856354
child 25 137ebc85284b
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   151 // --------------------------------------------------------------------------
   151 // --------------------------------------------------------------------------
   152 //
   152 //
   153 TBool CTsFswDataList::CollectTasksL()
   153 TBool CTsFswDataList::CollectTasksL()
   154     {
   154     {
   155     // clear dirty flag
   155     // clear dirty flag
   156     TBool changed = iTaskListDirty;
       
   157     iTaskListDirty = EFalse;
   156     iTaskListDirty = EFalse;
       
   157     TBool changed = EFalse;
   158     
   158     
   159     RTsFswArray newAppsList;
   159     RTsFswArray newAppsList;
   160     RTsFswArray newWidgetsList;
   160     RTsFswArray newWidgetsList;
   161     
   161     
   162     CleanupResetAndDestroyPushL(newAppsList);
   162     CleanupResetAndDestroyPushL(newAppsList);