~ubuntu-branches/debian/jessie/apper/jessie

« back to all changes in this revision

Viewing changes to ApperKCM/Updater/Updater.cpp

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-07-30 12:34:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130730123446-cgzujaj03pc61drn
Tags: 0.8.1-1
* New upstream release: 0.8.1
* Depend on software-properties-kde instead of suggesting it (Closes: #696583)
* Add patch to make AppStream loading more failsafe

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
    // get all updates
317
317
    m_updatesT->getUpdates();
318
318
 
319
 
    Transaction::InternalError error = m_updatesT->error();
 
319
    Transaction::InternalError error = m_updatesT->internalError();
320
320
    if (error) {
321
321
        disconnect(m_updatesT, SIGNAL(finished(PackageKit::Transaction::Exit,uint)),
322
322
                   this, SLOT(getUpdatesFinished()));