From 10154d0e1819298e162c7b14216f5a71667bbcc7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 18 Oct 2014 10:32:24 +0100 Subject: Don't check for bw having history; its not our business. --- riscos/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/window.c b/riscos/window.c index 7e3fee848..ca1a4b443 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -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); } -- cgit v1.2.3