f-spot r4477 - in trunk: . src



Author: sdelcroix
Date: Mon Oct  6 11:00:56 2008
New Revision: 4477
URL: http://svn.gnome.org/viewvc/f-spot?rev=4477&view=rev

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

	* src/main.cs: print f-spot version in startup messages

Modified:
   trunk/ChangeLog
   trunk/src/main.cs

Modified: trunk/src/main.cs
==============================================================================
--- trunk/src/main.cs	(original)
+++ trunk/src/main.cs	Mon Oct  6 11:00:56 2008
@@ -212,7 +212,7 @@
 					program = null;
 				} catch (System.Exception) { 
 					if (!shutdown)
-						Log.Information ("Starting new FSpot server");
+						Log.InformationFormat ("Starting new FSpot server (f-spot {0})", FSpot.Defines.VERSION);
 				}
 				
 				Core core = null;



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