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
This commit is contained in:
Michael Jennings 2002-02-05 03:13:39 +00:00
parent 17646c4170
commit 2e4967aec3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {