mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 22:16:22 +00:00
Fix theme load max tab length
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user