Created
January 9, 2012 07:32
-
-
Save yunazuno/1581672 to your computer and use it in GitHub Desktop.
Patch for libskk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libskk/state.vala b/libskk/state.vala | |
index 257bf15..3864fcf 100644 | |
--- a/libskk/state.vala | |
+++ b/libskk/state.vala | |
@@ -699,7 +699,6 @@ namespace Skk { | |
state.surrounding_end)); | |
} | |
state.rom_kana_converter.reset (); | |
- state.input_mode = entry.value; | |
state.handler_type = typeof (NoneStateHandler); | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment