mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labnag: s/LAB_EXIT_TIMEOUT/LAB_EXIT_CANCELLED/
This commit is contained in:
parent
364a1d5207
commit
2b3aadb6af
3 changed files with 3 additions and 3 deletions
|
|
@ -934,7 +934,7 @@ action_check_prompt_result(pid_t pid, int exit_code)
|
|||
if (exit_code == LAB_EXIT_SUCCESS) {
|
||||
wlr_log(WLR_INFO, "Selected the 'then' branch");
|
||||
actions = action_get_actionlist(prompt->action, "then");
|
||||
} else if (exit_code == LAB_EXIT_TIMEOUT) {
|
||||
} else if (exit_code == LAB_EXIT_CANCELLED) {
|
||||
/* no-op */
|
||||
} else {
|
||||
wlr_log(WLR_INFO, "Selected the 'else' branch");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue