about summary refs log tree commit diff stats
path: root/src/ui/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windows.c')
-rw-r--r--src/ui/windows.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c
index 81a6d3e6..e956068c 100644
--- a/src/ui/windows.c
+++ b/src/ui/windows.c
@@ -332,10 +332,7 @@ wins_tidy(void)
     }
 
     if (tidy_required) {
-        int i = 0;
-        for (i = 0; i < 12; i++) {
-            status_bar_inactive(i);
-        }
+        status_bar_set_all_inactive();
         GHashTable *new_windows = g_hash_table_new_full(g_direct_hash,
             g_direct_equal, NULL, (GDestroyNotify)win_free);