Skip to content

Commit

Permalink
#180 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 12, 2020
1 parent ac73d94 commit 6fecdfe
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 @@ -1389,7 +1389,7 @@ static void handle_domain_space(FILE *rsp, struct token domain, char *message)
daemon_fail(rsp, "cannot focus space because the display is in the middle of an animation.\n");
} else if (result == SPACE_OP_ERROR_IN_MISSION_CONTROL) {
daemon_fail(rsp, "cannot focus space because mission-control is active.\n");
} else {
} else if (result == SPACE_OP_ERROR_SCRIPTING_ADDITION) {
daemon_fail(rsp, "cannot focus space due to an error with the scripting-addition.\n");
}
}
Expand Down

0 comments on commit 6fecdfe

Please sign in to comment.