[f-spot] fix for bgo #586620
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] fix for bgo #586620
- Date: Fri, 3 Jul 2009 14:35:16 +0000 (UTC)
commit 68378bc7ed2fadc7a93a374c48e7b6ce16e44a03
Author: Jan KlÃcha <jan klicha cz>
Date: Fri Jul 3 16:30:54 2009 +0200
fix for bgo #586620
do not upscale a small, use a bigger one
src/ImportCommand.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index 2fe03ac..d4a9e23 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -623,8 +623,8 @@ public class ImportCommand : GladeDialog
GtkUtil.ModifyColors (photo_scrolled);
GtkUtil.ModifyColors (photo_view);
- photo_view.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, "f-spot", 48, (Gtk.IconLookupFlags)0);
- photo_view.ZoomFit (true);
+ photo_view.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, "f-spot", 128, (Gtk.IconLookupFlags)0);
+ photo_view.ZoomFit (false);
tag_entry = new FSpot.Widgets.TagEntry (MainWindow.Toplevel.Database.Tags, false);
tag_entry.UpdateFromTagNames (new string []{});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]