]> git.sur5r.net Git - i3/i3/commit - src/con.c
_con_move_to_con: showing target_ws is useless
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 23 Mar 2018 10:56:30 +0000 (12:56 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Sat, 24 Mar 2018 13:19:49 +0000 (15:19 +0200)
commit037b1c371097d4fae545f26c5c55365b8cdefdd8
tree4e9f525789eae3cf0c48b5602ee0f0f97ca88868
parent8e198a2105341e9ed09e3a327545151b548c4f82
_con_move_to_con: showing target_ws is useless

The current_ws is shown latter anyway:
    if (!ignore_focus) {
        workspace_show(current_ws);
        ...

This also causes the following bug:
- Open a window in an empty workspace
- Switch to another workspace
- seturgent to the first window
- Move another window to the first workspace
- Urgent flag is now reset
src/con.c