Merge lp:~om26er/ubiquity/fix-1044545 into lp:ubiquity

Proposed by Omer Akram
Status: Merged
Merged at revision: 5619
Proposed branch: lp:~om26er/ubiquity/fix-1044545
Merge into: lp:ubiquity
Diff against target: 14 lines (+2/-2)
1 file modified
ubiquity/plugins/ubi-partman.py (+2/-2)
To merge this branch: bzr merge lp:~om26er/ubiquity/fix-1044545
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Pending
Ubuntu Installer Team Pending
Review via email: mp+122367@code.launchpad.net

Commit message

Description of the change

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

This is *sigh* on my part. Thank you very much for the branch. Merging, doing a quick test & will upload.

Revision history for this message
Omer Akram (om26er) wrote :

FWIW, the fix did work for me that's why I was able to install Quantal.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I am away from my GPG key, so I cannot upload at the moment. Sorry for the delay.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubiquity/plugins/ubi-partman.py'
2--- ubiquity/plugins/ubi-partman.py 2012-08-31 16:22:07 +0000
3+++ ubiquity/plugins/ubi-partman.py 2012-08-31 21:47:20 +0000
4@@ -1064,8 +1064,8 @@
5 self.partition_edit_format_checkbutton.set_sensitive(False)
6 else:
7 self.partition_mount_combo.set_sensitive(True)
8- self.partition_format_checkbutton.set_sensitive(True)
9- mount_model = self.partition_edit_mount_combo.get_model()
10+ self.partition_edit_format_checkbutton.set_sensitive(True)
11+ mount_model = self.partition_mount_combo.get_model()
12 if mount_model is not None:
13 fs = model[iterator][1]
14 mount_model.clear()

Subscribers

People subscribed via source and target branches

to status/vote changes: