summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/patches/patch-ak')
-rw-r--r--wm/icewm/patches/patch-ak16
1 files changed, 16 insertions, 0 deletions
diff --git a/wm/icewm/patches/patch-ak b/wm/icewm/patches/patch-ak
new file mode 100644
index 00000000000..3a9fae03a89
--- /dev/null
+++ b/wm/icewm/patches/patch-ak
@@ -0,0 +1,16 @@
+$NetBSD: patch-ak,v 1.3 2008/06/16 14:55:03 hauke Exp $
+
+--- src/wmtaskbar.cc.orig 2008-01-05 08:34:24.000000000 +0100
++++ src/wmtaskbar.cc
+@@ -81,7 +81,10 @@ static void initPixmaps() {
+ * filename. This will be unified and be a forced standard in
+ * icewm-2
+ */
+- startImage = themedirs.loadImage(base, "start.xpm");
++ /* pkgsrc *BSD: Try Beastie first */
++ startImage = subdirs.loadImage(base, START_PIXMAP);
++ if (startImage == null || !startImage->valid())
++ startImage = themedirs.loadImage(base, "start.xpm");
+ if (startImage == null || !startImage->valid())
+ startImage = themedirs.loadImage(base, "linux.xpm");
+ if (startImage == null || !startImage->valid())