f-spot r4478 - in trunk: . src/Widgets



Author: sdelcroix
Date: Mon Oct  6 21:07:53 2008
New Revision: 4478
URL: http://svn.gnome.org/viewvc/f-spot?rev=4478&view=rev

Log:
2008-10-06  Stephane Delcroix  <sdelcroix novell com>

	* src/Widgets/InfoBox.cs: fix a Gtk warning.

Modified:
   trunk/ChangeLog
   trunk/src/Widgets/InfoBox.cs

Modified: trunk/src/Widgets/InfoBox.cs
==============================================================================
--- trunk/src/Widgets/InfoBox.cs	(original)
+++ trunk/src/Widgets/InfoBox.cs	Mon Oct  6 21:07:53 2008
@@ -543,7 +543,7 @@
 				i++;
 			}
 			if (photo.VersionIds.Length == 1)
-				version_list.AppendValues (0, Catalog.GetString ("(No Edits)"), false);
+				version_list.AppendValues ((uint)0, Catalog.GetString ("(No Edits)"), false);
 			version_combo.Changed += OnVersionComboChanged;
 
 			if (show_file_size) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]