Merge lp:~robert-ancell/ubiquity/bug-539342 into lp:ubiquity

Proposed by Robert Ancell
Status: Merged
Merge reported by: Stéphane Graber
Merged at revision: not available
Proposed branch: lp:~robert-ancell/ubiquity/bug-539342
Merge into: lp:ubiquity
Diff against target: 13 lines (+4/-0)
1 file modified
ubiquity/components/ubi-partman.py (+4/-0)
To merge this branch: bzr merge lp:~robert-ancell/ubiquity/bug-539342
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+21419@code.launchpad.net

Description of the change

Fixes crash running in non-interactive mode

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubiquity/components/ubi-partman.py'
2--- ubiquity/components/ubi-partman.py 2010-03-11 01:30:01 +0000
3+++ ubiquity/components/ubi-partman.py 2010-03-16 01:28:18 +0000
4@@ -1115,6 +1115,10 @@
5 return self.current_page
6
7 class PageNoninteractive(PageBase):
8+ def __init__(self, controller, *args, **kwargs):
9+ PageBase.__init__(self, *args, **kwargs)
10+ self.controller = controller
11+
12 def set_part_page(self, p):
13 pass
14

Subscribers

People subscribed via source and target branches

to status/vote changes: