~bkerensa/sessioninstaller/fix-for-988775

« back to all changes in this revision

Viewing changes to sessioninstaller/core.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-03-31 18:08:42 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331180842-jac9sgbf63tau1om
Tags: 0.20+bzr119-0ubuntu1
* new bzr bugfix snaphot:
  - migrate backend to defer
  - fix crash in _render_warning (LP: #713984)
* debian/patches/02_backends_defer.patch:
  - dropped, part of upstream now

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
        """Show a warning icon for restricted packages."""
389
389
        if model.get_value(iter, COLUMN_TOOLTIP):
390
390
            renderer.props.stock_id = gtk.STOCK_DIALOG_WARNING
391
 
        else:
392
 
            renderer.props.stock_id = 0
393
391
 
394
392
    def run(self):
395
393
        """Run the dialog."""