Skip to content

Commit

Permalink
Fix theme load max tab length
Browse files Browse the repository at this point in the history
  • Loading branch information
boothj5 committed Mar 11, 2018
1 parent d6e7f38 commit 70c70fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 70c70fc

Please sign in to comment.