Merge lp:~barry/update-manager/674101-traceback into lp:update-manager

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 1957
Proposed branch: lp:~barry/update-manager/674101-traceback
Merge into: lp:update-manager
Diff against target: 26 lines (+7/-1)
2 files modified
UpdateManager/backend/InstallBackendSynaptic.py (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~barry/update-manager/674101-traceback
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Ubuntu Core Development Team Pending
Review via email: mp+40683@code.launchpad.net

Description of the change

Fixes bug 631328 by adding the missing argument. There are many duplicates of that bug.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, looks great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'UpdateManager/backend/InstallBackendSynaptic.py'
2--- UpdateManager/backend/InstallBackendSynaptic.py 2010-05-31 05:52:05 +0000
3+++ UpdateManager/backend/InstallBackendSynaptic.py 2010-11-12 00:34:09 +0000
4@@ -34,7 +34,7 @@
5 action, tempf = data
6 if tempf:
7 tempf.close()
8- self.emit("action-done", action)
9+ self.emit("action-done", action, True)
10
11 def update(self):
12 opt = ["--update-at-startup"]
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2010-11-10 16:45:51 +0000
16+++ debian/changelog 2010-11-12 00:34:09 +0000
17@@ -1,3 +1,9 @@
18+update-manager (1:0.145.1ppa1) natty; urgency=low
19+
20+ * Add required details to .emit() call. (LP: #631328)
21+
22+ -- Barry Warsaw <barry@ubuntu.com> Thu, 11 Nov 2010 16:12:25 -0500
23+
24 update-manager (1:0.145.1) natty; urgency=low
25
26 [ Michael Vogt ]

Subscribers

People subscribed via source and target branches

to status/vote changes: