# HG changeset patch # User Glenn Morris # Date 1188450358 0 # Node ID 9109a293afb75f2d15efca0681cfcfa8d8e87b1a # Parent 7b7c42786f4a00daee51b35362c9c8a252e539d7 Comment. diff -r 7b7c42786f4a -r 9109a293afb7 src/image.c --- a/src/image.c Wed Aug 29 22:19:43 2007 +0000 +++ b/src/image.c Thu Aug 30 05:05:58 2007 +0000 @@ -2377,7 +2377,7 @@ Vx_bitmap_file_path); GCPRO2 (file_found, search_path); - /* Try to find FILE in data-directory, then x-bitmap-file-path. */ + /* Try to find FILE in data-directory/images, then x-bitmap-file-path. */ fd = openp (search_path, file, Qnil, &file_found, Qnil); if (fd == -1)