Fix count on /close all, and /close read

This commit is contained in:
James Booth
2013-08-30 00:21:41 +01:00
parent 00547bd116
commit 48794e324c
2 changed files with 3 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ wins_close_by_num(int i)
wins_refresh_current();
}
g_hash_table_remove(windows, GINT_TO_POINTER(i));
status_bar_inactive(i);
}
}