Changeset 5e758e4 in mainline for uspace/app/taskbar-cfg/smeedit.c
- Timestamp:
- 2023-11-19T12:22:11Z (20 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 69935a8
- Parents:
- e8a6279f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar-cfg/smeedit.c
re8a6279f r5e758e4 41 41 #include "taskbar-cfg.h" 42 42 #include "smeedit.h" 43 #include "startmenu.h" 43 44 44 45 static void wnd_close(ui_window_t *, void *); … … 111 112 } 112 113 114 smee->startmenu = smenu; 113 115 smee->smentry = smentry; 114 116 … … 361 363 362 364 (void)smenu_entry_save(smee->smentry->entry); 363 365 startmenu_entry_update(smee->smentry); 364 366 smeedit_destroy(smee); 365 367 }
Note:
See TracChangeset
for help on using the changeset viewer.