Comment #7 on issue 564 by lidaobing: [ibus-table] tables that used '=' as key combination could not be parsed. http://code.google.com/p/ibus/issues/detail?id=564
1. this patch can prevent crash, but it also ignore all the key combination with '=' 2. use "except:" is not a good idea, it will catch some non-exception (like Ctrl+C), how about change to "except Exception:" -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en -~----------~----~----~----~------~----~------~--~---
