~ubuntu-branches/ubuntu/precise/jockey/precise-updates

« back to all changes in this revision

Viewing changes to jockey/ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-12-08 12:52:01 UTC
  • mfrom: (2.1.35)
  • Revision ID: package-import@ubuntu.com-20111208125201-nuyuj9q81eh0oyhv
Tags: 0.9.6-0ubuntu1
* New upstream bug fix release:
  - jockey/oslib.py: Use specified target_kernel for module aliases, too.
    Thanks Hedayat Vatankhah! (LP: #900851)
  - jockey/oslib.py: Be robust against failure to open blacklist for
    writing. Thanks Hedayat Vatankhah! (LP: #900850)
  - Fix some style issues in desktop files. Thanks Hedayat Vatankhah!
    (LP: #900819)
  - ui_notification(): Add accessible description to indicator.
    (LP: #891920)
  - Launchpad automatic translations updates.

* debian/control: Move from transitional python-gobject to python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1018
1018
        try:
1019
1019
            indicator = AppIndicator.Indicator.new('jockey', 'jockey',
1020
1020
                    AppIndicator.IndicatorCategory.HARDWARE)
 
1021
            indicator.set_icon_full('jockey', 
 
1022
                    self._('Restricted drivers available'))
1021
1023
        except Exception as e:
1022
1024
            raise NotImplementedError('appindicator support not available: %s' \
1023
1025
                '\nsubclasses need to implement this' % str(e))