summaryrefslogtreecommitdiffstats
path: root/src/PYPConfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPConfig.cc')
-rw-r--r--src/PYPConfig.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc
index 336b7b3..809f2ce 100644
--- a/src/PYPConfig.cc
+++ b/src/PYPConfig.cc
@@ -211,7 +211,7 @@ LibPinyinConfig::readDefaultValues (void)
g_warn_if_reached ();
}
- gint index = read (CONFIG_SORT_OPTION, 0);
+ gint index = read (CONFIG_DISPLAY_STYLE, 0);
m_display_style = DISPLAY_STYLE_TRADITIONAL;
for (guint i = 0; i < G_N_ELEMENTS (display_style_options); i++) {