about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 769299d0..13f9cc2b 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -444,7 +444,7 @@ _load_preferences(void)
 
     if (g_key_file_has_key(theme, "ui", "statusbar.tablen", NULL)) {
         gint tab_len = g_key_file_get_integer(theme, "ui", "statusbar.tablen", NULL);
-        prefs_set_statusbartabs(tab_len);
+        prefs_set_statusbartablen(tab_len);
     }
 
     if (g_key_file_has_key(theme, "ui", "occupants.size", NULL)) {