Changes in uspace/app/taskbar-cfg/startmenu.c [2cdf520:e63e74a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar-cfg/startmenu.c
r2cdf520 re63e74a 515 515 516 516 (void)smee; 517 (void)tbarcfg_notify(TBARCFG_NOTIFY_DEFAULT);518 517 } 519 518 … … 534 533 (void)startmenu_insert(smenu, entry, &smentry); 535 534 (void)ui_control_paint(ui_list_ctl(smenu->entries_list)); 536 (void)tbarcfg_notify(TBARCFG_NOTIFY_DEFAULT);537 535 } 538 536 … … 635 633 free(smentry); 636 634 (void)ui_control_paint(ui_list_ctl(smenu->entries_list)); 637 (void)tbarcfg_notify(TBARCFG_NOTIFY_DEFAULT);638 635 } 639 636 … … 688 685 689 686 (void)ui_control_paint(ui_list_ctl(smenu->entries_list)); 690 (void)tbarcfg_notify(TBARCFG_NOTIFY_DEFAULT);691 687 } 692 688 … … 708 704 return; 709 705 710 rc = smenu_entry_move_ down(smentry->entry);706 rc = smenu_entry_move_up(smentry->entry); 711 707 if (rc != EOK) 712 708 return; … … 715 711 716 712 (void)ui_control_paint(ui_list_ctl(smenu->entries_list)); 717 (void)tbarcfg_notify(TBARCFG_NOTIFY_DEFAULT);718 713 } 719 714
Note:
See TracChangeset
for help on using the changeset viewer.