summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-05-09 23:04:10 +0000
committersabetts <sabetts>2003-05-09 23:04:10 +0000
commit24d5148b3ece4ff8d8c9ac1ec4be34fdd0b237bb (patch)
treec4bb301ed9d7413ccea733d6fff29aa742aadc51 /src/actions.c
parent41016f3a7577fbf35db849b9937ee22ee02e5760 (diff)
downloadratpoison-24d5148b3ece4ff8d8c9ac1ec4be34fdd0b237bb.zip
* src/split.c (split_frame): call update_bar() instead of
update_window_names(). (set_active_frame): likewise (blank_frame): likewise * src/bar.h (update_bar): new prototype. * src/bar.c (BAR_IS_HIDDEN): new define. (update_bar): new function. * src/actions.c (cmd_frestore): call update_bar() instead of update_window_names(). * src/split.c (set_active_frame): update the window list after switching frames. (blank_frame): update the window list after blanking the screen. * 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.
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index 8dfb7a1..3b54b76 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -3088,7 +3088,7 @@ cmd_frestore (int interactively, char *data)
}
set_active_frame (current_frame());
- update_window_names (s);
+ update_bar (s);
show_frame_indicator();
PRINT_DEBUG (("Done.\n"));