diff --git a/gtab-list.cpp b/gtab-list.cpp
index 99e7357..252257a 100644
--- a/gtab-list.cpp
+++ b/gtab-list.cpp
@@ -12,6 +12,7 @@ GTAB_LIST_S method_codes[] = {
  {"!TSIN", method_type_TSIN},
  {"!INT_CODE", method_type_INT_CODE},
  {"!SYMBOL_TABLE", method_type_SYMBOL_TABLE},
+ {"!CHEWING", method_type_CHEWING},
  {NULL}
 };
 
@@ -24,6 +25,7 @@ void load_gtab_list(gboolean skip_disabled)
   inmd[6].method_type = method_type_TSIN;
   inmd[10].method_type = method_type_INT_CODE;
   inmd[12].method_type = method_type_MODULE;
+  inmd[16].method_type = method_type_CHEWING;
 
   get_gcin_user_fname(gtab_list, ttt);
 
