Changes between Initial Version and Version 3 of Ticket #1405


Ignore:
Timestamp:
09/22/2009 11:45:37 (15 years ago)
Author:
sascha_silbe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1405

    • Property Bug Status changed from Unconfirmed to Needinfo
  • Ticket #1405 – Description

    initial v3  
    1 If there is no xklavier module installed there is a KeyError in jabare/controlpanel.py
     1If there is no xklavier module installed there is a !KeyError in jarabe/controlpanel.py
    22
     3{{{
    34        try:
    45            import xklavier
    56        except ImportError:
    67            del self._options['keyboard']
     8}}}
    79
    810self._options doesn't always seem to have a 'keyboard' entry.