mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Add NEWS and fix a typo bug in user menu.
This commit is contained in:
@@ -333,6 +333,7 @@ wUserMenuGet(WScreen *scr, WWindow *wwin)
|
||||
char *tmp;
|
||||
|
||||
tmp=wmalloc(strlen(wwin->wm_instance)+strlen(wwin->wm_class)+7);
|
||||
sprintf(tmp,"%s.%s.menu",wwin->wm_instance,wwin->wm_class);
|
||||
path = wfindfile(DEF_USER_MENU_PATHS,tmp);
|
||||
free(tmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user