Changeset 5d86797 in mainline
- Timestamp:
- 2023-01-04T20:48:35Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17c0f5d
- Parents:
- 3c54869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.c
r3c54869 r5d86797 289 289 if (entry->visible) 290 290 ui_fixed_remove(wndlist->fixed, ui_pbutton_ctl(entry->button)); 291 291 292 list_remove(&entry->lentries); 292 293 … … 494 495 return rc; 495 496 497 rc = gfx_update(gc); 498 if (rc != EOK) 499 return rc; 500 496 501 return EOK; 497 502 }
Note:
See TracChangeset
for help on using the changeset viewer.