f-spot r4347 - in trunk: . src/Core
- From: rubenv svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4347 - in trunk: . src/Core
- Date: Mon, 15 Sep 2008 14:18:19 +0000 (UTC)
Author: rubenv
Date: Mon Sep 15 14:18:18 2008
New Revision: 4347
URL: http://svn.gnome.org/viewvc/f-spot?rev=4347&view=rev
Log:
2008-09-15 Ruben Vermeersch <ruben savanne be>
* src/Core/Photo.cs: Fix the order of the md5_sum and name parameters, to
prevent awkward version names.
Modified:
trunk/ChangeLog
trunk/src/Core/Photo.cs
Modified: trunk/src/Core/Photo.cs
==============================================================================
--- trunk/src/Core/Photo.cs (original)
+++ trunk/src/Core/Photo.cs Mon Sep 15 14:18:18 2008
@@ -286,7 +286,7 @@
highest_version_id ++;
string md5_sum = GenerateMD5 (uri);
- Versions [highest_version_id] = new PhotoVersion (this, highest_version_id, uri, name, md5_sum, is_protected);
+ Versions [highest_version_id] = new PhotoVersion (this, highest_version_id, uri, md5_sum, name, is_protected);
changes.AddVersion (highest_version_id);
return highest_version_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]