~ubuntu-branches/ubuntu/karmic/calibre/karmic-updates

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/fetch_metadata.py

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-06-06 17:18:02 UTC
  • mfrom: (1.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090606171802-fcu5dzgkxygn79y6
Tags: 0.5.14+dfsg-1
* New upstream release.
* debian/rules, get-orig-source: Do not unpack newly generated orig tarball
  if we don't have unpackaged upstream sources in the tree (such as when
  building with bzr-buildpackage).

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
    def terminate(self):
188
188
        if hasattr(self, 'fetcher') and self.fetcher.isRunning():
189
189
            self.fetcher.terminate()
 
190
        if hasattr(self, '_hangcheck') and self._hangcheck.isActive():
 
191
            self._hangcheck.stop()
190
192
 
191
193
 
192
194
    def __enter__(self, *args):