Make applying the “Automatic reordering” setup option work
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Thu, 1 Nov 2012 15:21:52 +0000 (00:21 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Thu, 1 Nov 2012 15:21:52 +0000 (00:21 +0900)
Patch from Mike FABIAN

ISSUE: https://github.com/choehwanjin/ibus-hangul/pull/13

setup/main.py

index 79b8813..ce33db7 100644 (file)
@@ -130,6 +130,9 @@ class Setup ():
         word_commit = self.__word_commit.get_active()
         self.__write("WordCommit", GLib.Variant.new_boolean(word_commit))
 
+        auto_reorder = self.__auto_reorder.get_active()
+        self.__write("AutoReorder", GLib.Variant.new_boolean(auto_reorder))
+
         model = self.__hanja_key_list.get_model()
         str = ""
         iter = model.get_iter_first()