f-spot r3828 - in trunk: . src/Widgets
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3828 - in trunk: . src/Widgets
- Date: Mon, 14 Apr 2008 21:41:07 +0100 (BST)
Author: sdelcroix
Date: Mon Apr 14 21:41:07 2008
New Revision: 3828
URL: http://svn.gnome.org/viewvc/f-spot?rev=3828&view=rev
Log:
2008-04-14 Stephane Delcroix <sdelcroix novell com>
* src/FilmStrip.cs: Asynchronously loadin gth emissing thumbs
Modified:
trunk/ChangeLog
trunk/src/Widgets/Filmstrip.cs
Modified: trunk/src/Widgets/Filmstrip.cs
==============================================================================
--- trunk/src/Widgets/Filmstrip.cs (original)
+++ trunk/src/Widgets/Filmstrip.cs Mon Apr 14 21:41:07 2008
@@ -498,6 +498,8 @@
if (current == null) {
try {
+ ThumbnailGenerator.Default.Request ((selection.Collection [i]).DefaultVersionUri, 0, 256, 256);
+
if (SquaredThumbs) {
current = new Pixbuf (thumb_path);
current = PixbufUtils.IconFromPixbuf (current, ThumbSize);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]