~onboard/onboard/0.99

« back to all changes in this revision

Viewing changes to Onboard/OnboardGtk.py

  • Committer: marmuta
  • Date: 2013-08-14 12:59:26 UTC
  • Revision ID: marmvta@gmail.com-20130814125926-vbvamvmr0k2883hl
Make sure the click simulator falls back to CSButtonMapper if the XInput event source is unavailable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
        # misc
294
294
        config.keyboard.show_click_buttons_notify_add(update_ui)
295
295
        config.lockdown.lockdown_notify_add(update_ui)
296
 
        config.clicksim.state_notify_add(update_ui)
297
296
        if config.mousetweaks:
298
297
            config.mousetweaks.state_notify_add(update_ui_no_resize)
299
298