fotaapplication/fotaserver/FotaServer/src/fotaupdate.cpp
changeset 2 5594fba90824
parent 0 b497e44ab2fc
child 9 57a65a3a658c
child 22 19fb38abab1d
equal deleted inserted replaced
1:a9c0ce913924 2:5594fba90824
  1558             task.KillTask();
  1558             task.KillTask();
  1559             }
  1559             }
  1560 
  1560 
  1561         return;
  1561         return;
  1562         }
  1562         }
  1563 
  1563 		if(naviPane)
  1564     naviPane->Pop();
  1564     	naviPane->Pop();
  1565     if ( titlePane->Text() && originalTitle ) 
  1565     if(	titlePane )
       
  1566     {	
       
  1567     	if ( titlePane->Text() && originalTitle ) 
  1566         {
  1568         {
  1567         TRAP_IGNORE( titlePane->SetTextL( *originalTitle ) );
  1569         TRAP_IGNORE( titlePane->SetTextL( *originalTitle ) );
  1568         }
  1570         }
       
  1571     }
  1569     CleanupStack::PopAndDestroy( originalTitle );
  1572     CleanupStack::PopAndDestroy( originalTitle );
  1570     task.SendToBackground();	
  1573     task.SendToBackground();	
  1571 
  1574 
  1572     CreateNewScheduleL(ret,radioSelectionIndex);	
  1575     CreateNewScheduleL(ret,radioSelectionIndex);	
  1573 
  1576