From 7b5639d9821ca94865e25bc7c53fb3f93108c455 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 4 Sep 2016 17:35:32 +0100 Subject: When opening a new blank tab, always switch to it. --- frontends/amiga/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.h') diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h index c1513a075..52411c427 100644 --- a/frontends/amiga/gui.h +++ b/frontends/amiga/gui.h @@ -101,6 +101,7 @@ struct gui_window_2 { struct List tab_list; ULONG tabs; ULONG next_tab; + struct Node *last_new_tab; struct Hook scrollerhook; struct form_control *control; browser_mouse_state mouse_state; @@ -152,7 +153,6 @@ struct gui_window struct gui_window_2 *shared; int tab; struct Node *tab_node; - struct Node *last_new_tab; int c_x; /* Caret X posn */ int c_y; /* Caret Y posn */ int c_w; /* Caret width */ -- cgit v1.2.3