homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsinstallationlogstate.cpp
changeset 69 87476091b3f5
parent 63 52b0f64eeb51
child 90 3ac3aaebaee5
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
   138                 localListElement = localListElement + removed;
   138                 localListElement = localListElement + removed;
   139                 applicationsList = applicationsList + localListElement + 
   139                 applicationsList = applicationsList + localListElement + 
   140                         newLine + newLine;
   140                         newLine + newLine;
   141             }
   141             }
   142         }
   142         }
       
   143 
       
   144         applicationsList.chop(2 * newLine.size());
   143         logList->setPlainText(applicationsList);
   145         logList->setPlainText(applicationsList);
   144     
   146     
   145         mInstalationLogDialog->open(this, SLOT(stateExited()));
   147         mInstalationLogDialog->open(this, SLOT(stateExited()));
   146     }
   148     }
   147 }
   149 }