From 41016f3a7577fbf35db849b9937ee22ee02e5760 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 9 May 2003 22:23:05 +0000 Subject: * src/split.c (set_active_frame): update the window list after switching frames. * src/actions.c (cmd_frestore): update the window list after restoring the frames. * src/split.c (split_frame): update the window list after the split. --- src/actions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index ab47586..8dfb7a1 100644 --- a/src/actions.c +++ b/src/actions.c @@ -3088,6 +3088,7 @@ cmd_frestore (int interactively, char *data) } set_active_frame (current_frame()); + update_window_names (s); show_frame_indicator(); PRINT_DEBUG (("Done.\n")); -- cgit v1.2.3