1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fix theme load max tab length

This commit is contained in:
James Booth 2018-03-11 01:21:36 +00:00
parent d6e7f389d1
commit 70c70fcdf9

View File

@ -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)) {