diff options
-rw-r--r-- | src/manage.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/manage.c b/src/manage.c index db77035..91f046b 100644 --- a/src/manage.c +++ b/src/manage.c @@ -467,10 +467,7 @@ scanwins (void) screen = find_screen_by_attr (attr); if (!screen) - { - PRINT_ERROR (("Unable to find a screen by window attributes\n")); - continue; - } + list_first (screen, &rp_screens, node); win = add_to_window_list (screen, wins[i]); |