oops, thumbnails were created in the wrong directory since my last commit.

2002-04-18  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimagefile.c: oops, thumbnails were created in the
	wrong directory since my last commit.
This commit is contained in:
Michael Natterer 2002-04-18 19:26:48 +00:00 committed by Michael Natterer
parent 7e53bff1d0
commit cb978d947c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-04-18 Michael Natterer <mitch@gimp.org>
* app/core/gimpimagefile.c: oops, thumbnails were created in the
wrong directory since my last commit.
2002-04-18 Michael Natterer <mitch@gimp.org>
* app/gui/file-open-dialog.c: added a progress bar to the preview

View file

@ -833,7 +833,7 @@ gimp_imagefile_png_thumb_path (const gchar *uri,
}
}
thumb_name = g_build_filename (thumb_dir, name, NULL);
thumb_name = g_build_filename (thumb_subdirs[i], name, NULL);
return thumb_name;
}