Actions
Bug #5558
closed/icon returns incorrect error message for unknown window
Start date:
04/29/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
It seems /icon returns incorrect error messages when using an uknown window as parameter.
Examples :
//icon $qt(not_exists_window) $qt(file.png)
returns: * /icon: no such file 'not_exists_window" "file.png'
should be: * /icon: no such window 'not_exists_window'
//icon $qt(not_exists_window)
returns: * /icon: no such file 'not_exists_window'
should be: * /icon: no such window 'not_exists_window'
- Thanks!
Updated by Per Amundsen over 2 years ago
- Status changed from New to Invalid
The window is optional, used with -u, the docs are wrong.
Updated by Per Amundsen over 2 years ago
Basically, if [Window] is a valid window, it's used for window, otherwise it's used for filename.
Updated by westor (GR) over 2 years ago
Yeah i see, btw in the docs -u is duplicated.
-u - Custom icon. -f - Folder icon. -u - Custom icon.
Actions