$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");
