[f-spot] Don't immediately start caching photos on creation.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Don't immediately start caching photos on creation.
- Date: Sun, 16 May 2010 09:51:55 +0000 (UTC)
commit 2f1abeb23da98fd629640eb93d9ea9f47fd100d4
Author: Ruben Vermeersch <ruben savanne be>
Date: Sun May 16 11:50:28 2010 +0200
Don't immediately start caching photos on creation.
src/PhotoStore.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/PhotoStore.cs b/src/PhotoStore.cs
index b0dd5eb..40ed244 100644
--- a/src/PhotoStore.cs
+++ b/src/PhotoStore.cs
@@ -160,7 +160,6 @@ public class PhotoStore : DbStore<Photo> {
);
photo = new Photo (id, unix_time, new_uri, md5_sum);
- AddToCache (photo);
photo.Loaded = true;
EmitAdded (photo);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]