~ubuntu-branches/ubuntu/karmic/update-manager/karmic-proposed

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeViewGtk.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-10-30 10:58:36 UTC
  • Revision ID: james.westby@ubuntu.com-20091030105836-13v93hrd19swev8h
Tags: 1:0.126.8
when the server is overloaded and no Release file information
can be obtained, show a better error message instead of the
bogus "ubuntu-minimal" is missing (LP: #446956)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
        return False
118
118
    def start(self):
119
119
        #logging.debug("start")
 
120
        FetchProgress.start(self)
120
121
        self.progress.set_fraction(0)
121
122
        self.status.show()
122
123
        self.button_cancel.show()