~ubuntu-branches/ubuntu/raring/testdrive/raring-proposed

« back to all changes in this revision

Viewing changes to bin/testdrive-gtk

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2011-10-31 12:21:00 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20111031122100-u6ka12g3a2a89d67
Tags: 3.15-0ubuntu1
* Re-enable 'Add Other ISO' button display. (LP: #884243)
* Change UEC references to Cloud. (LP: #873231)
* bin/testdrive-gtk: Change LPI package to testdrive-gtk (LP: #816266).
  Thanks to Jeremy Bicha for the fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                        # about LaunchpadIntegration
146
146
                        helpmenu = self.builder.get_object('helpMenu')
147
147
                        if helpmenu:
148
 
                                LaunchpadIntegration.set_sourcepackagename('testdrive')
 
148
                                LaunchpadIntegration.set_sourcepackagename('testdrive-gtk')
149
149
                                LaunchpadIntegration.add_items(helpmenu, 0, False, True)
150
150
                        else:
151
151
                                launchpad_available = False
493
493
                ###################################################################
494
494
                label = widget.get_tab_label(widget.get_nth_page(current_page))
495
495
                text = label.get_text()
496
 
                self.btn_add_iso.set_sensitive(text == TAB_LABEL[7]["label"])
 
496
                self.btn_add_iso.set_sensitive(text == TAB_LABEL[8]["label"])
497
497
 
498
498
        def create_isos_interface(self):
499
499
                ###################################################################