Don't check for bw having history; its not our business.

This commit is contained in:
Michael Drake 2014-10-18 10:32:24 +01:00
parent 376c96831d
commit 10154d0e18
1 changed files with 1 additions and 1 deletions

View File

@ -3999,7 +3999,7 @@ void ro_gui_window_action_new_window(struct gui_window *g)
void ro_gui_window_action_local_history(struct gui_window *g)
{
if (g != NULL && g->bw != NULL && g->bw->history != NULL)
if (g != NULL && g->bw != NULL)
ro_gui_history_open(g, true);
}