summaryrefslogtreecommitdiffstats
path: root/src/PYConfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYConfig.cc')
-rw-r--r--src/PYConfig.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYConfig.cc b/src/PYConfig.cc
index 4238b95..b5badca 100644
--- a/src/PYConfig.cc
+++ b/src/PYConfig.cc
@@ -44,7 +44,6 @@ Config::initDefaultValues (void)
m_display_style = DISPLAY_STYLE_TRADITIONAL;
m_remember_every_input = FALSE;
m_sort_option = SORT_BY_PHRASE_LENGTH_AND_PINYIN_LENGTH_AND_FREQUENCY;
- m_show_suggestion = FALSE;
m_shift_select_candidate = FALSE;
m_minus_equal_page = TRUE;
@@ -77,6 +76,7 @@ Config::initDefaultValues (void)
m_use_custom_table = FALSE;
m_emoji_candidate = TRUE;
m_english_candidate = TRUE;
+ m_suggestion_candidate = FALSE;
m_network_dictionary_start_timestamp = 0;
m_network_dictionary_end_timestamp = 0;