1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Set all inactive before tidy

This commit is contained in:
James Booth 2013-08-28 23:23:46 +01:00
parent 8a35bae267
commit 4bfb369d2f

View File

@ -325,6 +325,10 @@ wins_tidy(void)
} }
if (tidy_required) { if (tidy_required) {
int i = 0;
for (i = 0; i < 12; i++) {
status_bar_inactive(i);
}
GHashTable *new_windows = g_hash_table_new_full(g_direct_hash, GHashTable *new_windows = g_hash_table_new_full(g_direct_hash,
g_direct_equal, NULL, (GDestroyNotify)win_free); g_direct_equal, NULL, (GDestroyNotify)win_free);