usbuis/imageprintui/src/notes.cpp
changeset 74 830546d5951a
parent 3 47c263f7e521
child 80 e02eb84a14d2
equal deleted inserted replaced
71:173beb545395 74:830546d5951a
   190     	}
   190     	}
   191     	
   191     	
   192     FLOG(_L("[IMAGEPRINTUI]<<< CNotes::PrepareShowProgressNoteL; PrepareLC next"));	
   192     FLOG(_L("[IMAGEPRINTUI]<<< CNotes::PrepareShowProgressNoteL; PrepareLC next"));	
   193    	iProgressDialog->PrepareLC(R_PROGRESS_NOTE);
   193    	iProgressDialog->PrepareLC(R_PROGRESS_NOTE);
   194 	CEikProgressInfo* progressBar = iProgressDialog->GetProgressInfoL(); // not taking ownership
   194 	CEikProgressInfo* progressBar = iProgressDialog->GetProgressInfoL(); // not taking ownership
   195 	progressBar = iProgressDialog->GetProgressInfoL();
       
   196 	FLOG(_L("[IMAGEPRINTUI]<<< CNotes::PrepareShowProgressNoteL; progressinfo got"));	
   195 	FLOG(_L("[IMAGEPRINTUI]<<< CNotes::PrepareShowProgressNoteL; progressinfo got"));	
   197 	
   196 	
   198     progressBar->SetFinalValue( KProgressFinishValue );
   197     progressBar->SetFinalValue( KProgressFinishValue );
   199     iProgressDialog->SetTextL( *txt );
   198     iProgressDialog->SetTextL( *txt );
   200     iProgressDialog->SetCallback( this );
   199     iProgressDialog->SetCallback( this );