Patch for bug 82780 - Thumbnails are flat
- From: Damon Chaplin <damon ximian com>
- To: Nautilus <nautilus-list gnome org>
- Subject: Patch for bug 82780 - Thumbnails are flat
- Date: 24 Jun 2002 14:14:28 -0400
Hi, I've added a patch to:
http://bugzilla.gnome.org/show_bug.cgi?id=82780
load_icon_from_path() was checking for the wrong path:
- if (strstr (path, "/.thumbnails/") != NULL) {
+ if (strstr (path, "/.nautilus/thumbnails/") != NULL) {
However, small images (<16K or something similar) are used as-is,
and so won't be in the thumbnails directory. So they won't have the
border added. Was nautilus 1.4 like that?
I don't know if there is a more reliable way to check if it should have
a border.
Damon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]