Changes in uspace/app/taskbar-cfg/smeedit.c [5e758e4:b1397ab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar-cfg/smeedit.c
r5e758e4 rb1397ab 41 41 #include "taskbar-cfg.h" 42 42 #include "smeedit.h" 43 #include "startmenu.h"44 43 45 44 static void wnd_close(ui_window_t *, void *); … … 112 111 } 113 112 114 smee->startmenu = smenu;115 113 smee->smentry = smentry; 116 114 … … 363 361 364 362 (void)smenu_entry_save(smee->smentry->entry); 365 startmenu_entry_update(smee->smentry); 363 366 364 smeedit_destroy(smee); 367 365 }
Note:
See TracChangeset
for help on using the changeset viewer.