Changeset 54ddb59 in mainline for uspace/app/nav/nav.c
- Timestamp:
- 2022-06-20T13:10:08Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 52214a2
- Parents:
- 453f9645
- git-author:
- Jiri Svoboda <jiri@…> (2022-06-19 18:09:49)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-06-20 13:10:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nav/nav.c
r453f9645 r54ddb59 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 #include <str.h> 41 41 #include <ui/fixed.h> 42 #include <ui/filelist.h> 42 43 #include <ui/resource.h> 43 44 #include <ui/ui.h> … … 314 315 315 316 panel = navigator_get_active_panel(navigator); 316 panel_open(panel, panel->cursor);317 ui_file_list_open(panel->flist, ui_file_list_get_cursor(panel->flist)); 317 318 } 318 319
Note:
See TracChangeset
for help on using the changeset viewer.