Merge lp:~mvo/software-center/lp1044900 into lp:software-center

Proposed by Michael Vogt
Status: Merged
Merged at revision: 3148
Proposed branch: lp:~mvo/software-center/lp1044900
Merge into: lp:software-center
Diff against target: 11 lines (+1/-0)
1 file modified
softwarecenter/backend/installbackend_impl/aptd.py (+1/-0)
To merge this branch: bzr merge lp:~mvo/software-center/lp1044900
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+122537@code.launchpad.net

Description of the change

tiny branch that just ensures the bug is properly display inside
software-center if there is a crash before the transaction is created

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

No unit test? ;)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/backend/installbackend_impl/aptd.py'
2--- softwarecenter/backend/installbackend_impl/aptd.py 2012-08-24 08:43:20 +0000
3+++ softwarecenter/backend/installbackend_impl/aptd.py 2012-09-03 14:58:37 +0000
4@@ -349,6 +349,7 @@
5 """Install a single package from the archive
6 If filename is given a local deb package is installed instead.
7 """
8+ trans = None
9 pkgname = app.pkgname
10 appname = app.appname
11 # this will force aptdaemon to use the right archive suite on install

Subscribers

People subscribed via source and target branches