Skip to content

Commit

Permalink
Aware of lookup table orientation.
Browse files Browse the repository at this point in the history
We need to check lookup table orientation on starting, too.
  • Loading branch information
choehwanjin committed Aug 4, 2014
1 parent e5131a7 commit a7b3bd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ ibus_hangul_init (IBusBus *bus)
g_variant_unref (value);
}

value = ibus_config_get_value (config, "panel", "lookup-table-orientation");
if (value != NULL) {
lookup_table_orientation = g_variant_get_int32(value);
}

keymap = ibus_keymap_get("us");
}

Expand Down

0 comments on commit a7b3bd9

Please sign in to comment.