[f-spot] Oops, fix the build
- From: Stephen Shaw <sshaw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Oops, fix the build
- Date: Sat, 8 Sep 2012 22:13:54 +0000 (UTC)
commit 40b82a8934cdf828e5b12cd86710b7d2b92319ff
Author: Stephen Shaw <sshaw decriptor com>
Date: Fri Sep 7 16:55:01 2012 -0700
Oops, fix the build
src/Core/FSpot.Core/FSpot.Core/PhotoList.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/FSpot.Core/FSpot.Core/PhotoList.cs b/src/Core/FSpot.Core/FSpot.Core/PhotoList.cs
index c58d781..348074d 100644
--- a/src/Core/FSpot.Core/FSpot.Core/PhotoList.cs
+++ b/src/Core/FSpot.Core/FSpot.Core/PhotoList.cs
@@ -41,7 +41,7 @@ namespace FSpot.Core
list = new List<IPhoto> (photos);
}
- public PhotoList (params IPhoto[] photos) : this(photos)
+ public PhotoList (params IPhoto[] photos) : this(photos as IEnumerable<IPhoto>)
{
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]