Skip to content
  • emasaka's avatar
    [skk] make config file "rule" to work · 63d3b367
    emasaka authored
    BUG DESCRIPTION
    ===============
    
    skk_context_set_typing_rule call was called twice (duplicated).
    First call get rule name from config file "rule" and set the rule.
    And second call sets "default" rule (hardcoded).
    In the result, rule is overwritten by default rule.
    So, I removed second call.
    63d3b367