mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
- Replaced Apps with Applications in WPrefs installation path
- Added missing switchpanel.h to compile file list
This commit is contained in:
@@ -64,6 +64,7 @@ wmaker_SOURCES = \
|
||||
session.c \
|
||||
shutdown.c \
|
||||
switchpanel.c \
|
||||
switchpanel.h \
|
||||
stacking.c \
|
||||
stacking.h \
|
||||
startup.c \
|
||||
|
||||
@@ -197,7 +197,7 @@ wApplicationExtractDirPackIcon(WScreen *scr, char *path,
|
||||
{
|
||||
char *iconPath=NULL;
|
||||
/* Maybe the app is a .app and it has an icon in it, like
|
||||
* /usr/local/GNUstep/Apps/WPrefs.app/WPrefs.tiff
|
||||
* /usr/local/GNUstep/Applications/WPrefs.app/WPrefs.tiff
|
||||
*/
|
||||
if (strstr(path, ".app")) {
|
||||
char *tmp;
|
||||
|
||||
Reference in New Issue
Block a user