From 2e4967aec30bff9c0d32c117d040297c01ff1093 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 5 Feb 2002 03:13:39 +0000 Subject: [PATCH] Mon Feb 4 22:12:28 2002 Michael Jennings (mej) I would love to know precisely what combination of cosmic catastrophes conspired to cause me to not do a test build before committing. Thanks catalyst. SVN revision: 5900 --- src/pixmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixmap.c b/src/pixmap.c index cac9dbb..3546034 100644 --- a/src/pixmap.c +++ b/src/pixmap.c @@ -2070,7 +2070,7 @@ set_icon_pixmap(char *filename, XWMHints * pwm_hints) XIconSize *icon_sizes; int count, i; - temp_im = imlib_load_image_with_error_return(f, &im_err); + temp_im = imlib_load_image_with_error_return(filename, &im_err); if (temp_im == NULL) { print_error("Unable to load icon file \"%s\" -- %s\n", filename, imlib_strerror(im_err)); } else {