1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

applied patch to rename .AppInfo directory

This commit is contained in:
kojima
2005-03-11 01:58:55 +00:00
parent 3301b57d4b
commit 25c37b7637
7 changed files with 25 additions and 9 deletions

View File

@@ -400,7 +400,7 @@ wApplicationCreate(WWindow *wwin)
/* If the icon was saved by us from the client supplied icon, but is
* missing, recreate it. */
if (tmp && strstr(tmp, ".AppInfo/WindowMaker")!=NULL &&
if (tmp && strstr(tmp, "Library/WindowMaker/CachedPixmaps")!=NULL &&
stat(tmp, &dummy)!=0 && errno==ENOENT) {
wmessage(_("recreating missing icon '%s'"), tmp);
path = wIconStore(wapp->app_icon->icon);