Skip to content

Commit

Permalink
#127 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Feb 13, 2020
1 parent a12ca86 commit 821ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ static void handle_domain_space(FILE *rsp, struct token domain, char *message)
space_manager_move_space_after_space(acting_sid, selector.sid, acting_sid == space_manager_active_space());
space_manager_move_space_after_space(selector.sid, acting_prev_sid, false);
} else if (!acting_sid_is_first && !selector_sid_is_first) {
if (space_manager_mission_control_index(acting_sid) > space_manager_mission_control_index(selector.sid)) {
if (acting_mci > selector_mci) {
space_manager_move_space_after_space(selector.sid, acting_sid, false);
space_manager_move_space_after_space(acting_sid, selector_prev_sid, acting_sid == space_manager_active_space());
} else {
Expand Down

0 comments on commit 821ccf4

Please sign in to comment.