tags 367572 patch kthxbye The basic functionality for doing this was introduced in f-spot 0.4.0: http://bugzilla.gnome.org/show_bug.cgi?id=336822
I have attached a patch that will probably implement this... it won't change the default for any existing f-spot user, but the default for new users will be different. I've not decided whether to send this upstream or not... -- Tim Retout <[EMAIL PROTECTED]>
diff --git a/src/Preferences.cs b/src/Preferences.cs
index 245b71f..8703f27 100644
--- a/src/Preferences.cs
+++ b/src/Preferences.cs
@@ -192,7 +192,7 @@ namespace FSpot
return 10;
case SCREENSAVER_TAG:
- return 1;
+ return 0;
case STORAGE_PATH:
return System.IO.Path.Combine (FSpot.Global.HomeDirectory, Catalog.GetString("Photos"));
case EXPORT_EMAIL_SIZE:
signature.asc
Description: This is a digitally signed message part

