~ubuntu-branches/ubuntu/trusty/synaptiks/trusty-proposed

« back to all changes in this revision

Viewing changes to synaptiks/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-03-11 13:38:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110311133831-s37a3stygdsdnwxr
Tags: 0.5.3-0ubuntu1
* New upstream release.
* Drop kubuntu_01_fix_crash_no_touchpad.diff, applied upstream.
* Enable Kubuntu l18n processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
            if args.action == 'save':
423
423
                current_config = TouchpadConfiguration(touchpad)
424
424
                current_config.save(filename=args.filename)
 
425
    except xlib.DisplayError:
 
426
        parser.error('could not connect to X11 display')
425
427
    except NoTouchpadError:
426
428
        parser.error('no touchpad found')
427
429