Merge lp:~anthonywong/testdrive/fix-add-iso into lp:testdrive

Proposed by Anthony Wong
Status: Merged
Merge reported by: Dustin Kirkland 
Merged at revision: not available
Proposed branch: lp:~anthonywong/testdrive/fix-add-iso
Merge into: lp:testdrive
Diff against target: 12 lines (+1/-1)
1 file modified
bin/testdrive-gtk (+1/-1)
To merge this branch: bzr merge lp:~anthonywong/testdrive/fix-add-iso
Reviewer Review Type Date Requested Status
testdrive Pending
Review via email: mp+76838@code.launchpad.net

Description of the change

The "Add ISO" button is enabled in the Lubuntu tab but not in the Other tab. This branch fixes that.

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Looks okay to me, thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/testdrive-gtk'
2--- bin/testdrive-gtk 2011-08-13 22:06:27 +0000
3+++ bin/testdrive-gtk 2011-09-24 06:02:32 +0000
4@@ -493,7 +493,7 @@
5 ###################################################################
6 label = widget.get_tab_label(widget.get_nth_page(current_page))
7 text = label.get_text()
8- self.btn_add_iso.set_sensitive(text == TAB_LABEL[7]["label"])
9+ self.btn_add_iso.set_sensitive(text == TAB_LABEL[8]["label"])
10
11 def create_isos_interface(self):
12 ###################################################################

Subscribers

People subscribed via source and target branches