summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/patches/patch-ac')
-rw-r--r--wm/icewm/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/wm/icewm/patches/patch-ac b/wm/icewm/patches/patch-ac
deleted file mode 100644
index fb52a0fdf26..00000000000
--- a/wm/icewm/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2006/02/09 21:36:41 ghen Exp $
-
-Get icewm to look in the right place for START_PIXMAP
-
---- src/wmtaskbar.cc.orig 2006-02-09 17:15:58.000000000 +0100
-+++ src/wmtaskbar.cc
-@@ -90,7 +90,8 @@ static void initPixmaps() {
- YResourcePaths subdirs(paths, base);
-
- if ((icewmImage = themedirs.loadImage(base, ICEWM_PIXMAP)) == null &&
-- (icewmImage = themedirs.loadImage(base, START_PIXMAP)) == null)
-+ (icewmImage = themedirs.loadImage(base, START_PIXMAP)) == null &&
-+ (icewmImage = subdirs.loadImage(base, START_PIXMAP)) == null)
- icewmImage = subdirs.loadImage(base, ICEWM_PIXMAP);
-
- windowsImage = subdirs.loadImage(base, "windows.xpm");