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:
parent
d6e7f389d1
commit
70c70fcdf9
@ -444,7 +444,7 @@ _load_preferences(void)
|
|||||||
|
|
||||||
if (g_key_file_has_key(theme, "ui", "statusbar.tablen", NULL)) {
|
if (g_key_file_has_key(theme, "ui", "statusbar.tablen", NULL)) {
|
||||||
gint tab_len = g_key_file_get_integer(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)) {
|
if (g_key_file_has_key(theme, "ui", "occupants.size", NULL)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user