~ubuntu-branches/ubuntu/vivid/software-center/vivid

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/dialogs/dialog_tos.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-12-18 09:30:13 UTC
  • Revision ID: package-import@ubuntu.com-20121218093013-fte692633i35ok59
Tags: 5.5.3
* lp:~mvo/software-center/pep8-e125:
  - more pep8 fixes with the rarning pep8 release (issue E125)
* lp:~mvo/software-center/support-size-from-agent:
  - Support showing the download size if the software-center-agent 
    provides it
* lp:~mvo/software-center/fix-removal-warning-metapackages:
  - Fixes a missing warning when a metapackage like "ubuntu-desktop"
    is marked for removal directly
* lp:~mvo/software-center/webapps-activation:
  - add support to activate webapps automatically on install

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        prop = pspec.name
74
74
        status = view.get_property(prop)
75
75
        if (status == WebKit.LoadStatus.FINISHED or
76
 
            status == WebKit.LoadStatus.FAILED):
 
76
                status == WebKit.LoadStatus.FAILED):
77
77
            self.spinner.hide_spinner()
78
78
        if status == WebKit.LoadStatus.FINISHED:
79
79
            self.label.set_text(_("Do you accept these terms?"))