SHOW:
|
|
- or go back to the newest paste.
| 1 | if err != null {
| |
| 2 | wid.grey (); | |
| 3 | wid.tooltip = err.message; | |
| 4 | } | |
| 5 | ||
| 6 | - | if list != null {
|
| 6 | + | if list == null {
|
| 7 | wid.grey (); | |
| 8 | wid.tooltip = "No contracts are available for this mimetype"; | |
| 9 | else | |
| 10 | wid.ungrey (); | |
| 11 | } |