Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar-cfg/smeedit.c

    r5e758e4 rb1397ab  
    4141#include "taskbar-cfg.h"
    4242#include "smeedit.h"
    43 #include "startmenu.h"
    4443
    4544static void wnd_close(ui_window_t *, void *);
     
    112111        }
    113112
    114         smee->startmenu = smenu;
    115113        smee->smentry = smentry;
    116114
     
    363361
    364362        (void)smenu_entry_save(smee->smentry->entry);
    365         startmenu_entry_update(smee->smentry);
     363
    366364        smeedit_destroy(smee);
    367365}
Note: See TracChangeset for help on using the changeset viewer.