Fixed ">" indicator when tidying windows

This commit is contained in:
James Booth
2013-08-30 00:49:38 +01:00
parent 7f476b3e2c
commit 4ae817cd82
4 changed files with 17 additions and 5 deletions

View File

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