Skip to content

Instantly share code, notes, and snippets.

@yunazuno
Created January 9, 2012 07:32
Show Gist options
  • Save yunazuno/1581672 to your computer and use it in GitHub Desktop.
Save yunazuno/1581672 to your computer and use it in GitHub Desktop.
Patch for libskk
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