>From b888cdca6e18692d2d8d6817ecdeef8c9648a0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> Date: Mon, 18 Jun 2012 11:59:36 +0200 Subject: [PATCH 10/12] Comment changed
The path of the CacheIcons is defined at CACHE_ICON_PATH. The path ~/GNUstep/Library/WindowMaker/CachedPixmaps can be changed in a future and the comment is incorrect. --- src/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon.c b/src/icon.c index 59161d3..a270a35 100644 --- a/src/icon.c +++ b/src/icon.c @@ -469,7 +469,7 @@ static RImage *get_wwindow_image_from_wmhints(WWindow *wwin, WIcon *icon) /* * wIconStore-- - * Stores the client supplied icon at ~/GNUstep/Library/WindowMaker/CachedPixmaps + * Stores the client supplied icon at CACHE_ICON_PATH * and returns the path for that icon. Returns NULL if there is no * client supplied icon or on failure. * -- 1.7.10 -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/
>From b888cdca6e18692d2d8d6817ecdeef8c9648a0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> Date: Mon, 18 Jun 2012 11:59:36 +0200 Subject: [PATCH 10/12] Comment changed The path of the CacheIcons is defined at CACHE_ICON_PATH. The path ~/GNUstep/Library/WindowMaker/CachedPixmaps can be changed in a future and the comment is incorrect. --- src/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon.c b/src/icon.c index 59161d3..a270a35 100644 --- a/src/icon.c +++ b/src/icon.c @@ -469,7 +469,7 @@ static RImage *get_wwindow_image_from_wmhints(WWindow *wwin, WIcon *icon) /* * wIconStore-- - * Stores the client supplied icon at ~/GNUstep/Library/WindowMaker/CachedPixmaps + * Stores the client supplied icon at CACHE_ICON_PATH * and returns the path for that icon. Returns NULL if there is no * client supplied icon or on failure. * -- 1.7.10
