[f-spot/FSPOT_0_6_0_STABLE] regenerate invalid thumbnails
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] regenerate invalid thumbnails
- Date: Wed, 19 Aug 2009 20:33:12 +0000 (UTC)
commit 2e551efa970280739326cb5d263621dd5cc34edd
Author: Stephane Delcroix <stephane delcroix org>
Date: Wed Aug 19 22:31:47 2009 +0200
regenerate invalid thumbnails
src/ThumbnailGenerator.cs | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/ThumbnailGenerator.cs b/src/ThumbnailGenerator.cs
index 3005546..8837453 100644
--- a/src/ThumbnailGenerator.cs
+++ b/src/ThumbnailGenerator.cs
@@ -72,14 +72,6 @@ namespace FSpot {
}
- public override void Request (Uri uri, int order, int width, int height)
- {
- if (ThumbnailFactory.ThumbnailExists (uri) && ThumbnailFactory.ThumbnailIsRecent (uri))
- return;
-
- base.Request (uri, order, width, height);
- }
-
protected override void ProcessRequest (RequestItem request)
{
try {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]