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

« back to all changes in this revision

Viewing changes to apperd/DBusInterface.cpp

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2014-09-08 20:46:32 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140908204632-ufmsw8zl9w1fqb49
Tags: 0.9.1-1
* Upload to unstable
* New upstream release: 0.9.1
* Drop all patches: Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        // Create the Transaction object to delete
71
71
        // the DebconfGui class when the transaction finishes
72
72
        Transaction *transaction = new Transaction(QDBusObjectPath(tid));
73
 
        if (transaction->internalError()) {
74
 
            transaction->deleteLater();
75
 
            return;
76
 
        }
77
73
        transaction->setProperty("socketPath", socketPath);
78
74
        connect(transaction, SIGNAL(finished(PackageKit::Transaction::Exit,uint)),
79
75
                this, SLOT(transactionFinished()));