[f-spot: 26/40] Progressive is the new default
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot: 26/40] Progressive is the new default
- Date: Wed, 24 Jun 2009 09:49:53 +0000 (UTC)
commit c5d0d29ac3f12689fa7ec43c3a611fd970fdf496
Author: Stephane Delcroix <stephane delcroix org>
Date: Mon Jun 22 13:06:06 2009 +0200
Progressive is the new default
Also ensure that the error pixbuf is not upscaled by insanely huge factors
src/PhotoImageView.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/PhotoImageView.cs b/src/PhotoImageView.cs
index 3e0118d..fc456b4 100644
--- a/src/PhotoImageView.cs
+++ b/src/PhotoImageView.cs
@@ -289,7 +289,7 @@ namespace FSpot.Widgets {
Reload ();
}
- bool progressive_display;
+ bool progressive_display = true;
bool ShowProgress {
get { return progressive_display; }
}
@@ -307,7 +307,7 @@ namespace FSpot.Widgets {
old.Dispose ();
PixbufOrientation = PixbufOrientation.TopLeft;
- ZoomFit ();
+ ZoomFit (false);
}
void HandlePhotoItemChanged (object sender, BrowsablePointerChangedEventArgs args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]