diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-21 11:40:05 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-21 11:40:05 +0800 |
| commit | 766f22120dfeaa883ef0c3346898d9a7a690dd11 (patch) | |
| tree | 0f1d1f681315c16e2b3124f0af1b25a1cf6b531a /setup | |
| parent | 6a605c9f5fa77ab32dc74fd91afd4c46d8d92c2e (diff) | |
| download | ibus-766f22120dfeaa883ef0c3346898d9a7a690dd11.tar.gz ibus-766f22120dfeaa883ef0c3346898d9a7a690dd11.tar.xz ibus-766f22120dfeaa883ef0c3346898d9a7a690dd11.zip | |
WIP.
Diffstat (limited to 'setup')
| -rw-r--r-- | setup/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/main.py b/setup/main.py index 9b0315b..56c394c 100644 --- a/setup/main.py +++ b/setup/main.py @@ -202,7 +202,7 @@ class Setup(object): shortcuts = None dialog.set_shortcuts(shortcuts) id = dialog.run() - shortcuts = dialog.get_shortcuts() + shortcuts = list(set(dialog.get_shortcuts())) dialog.destroy() if id != gtk.RESPONSE_OK: return |
