tasque r105 - in trunk: . src



Author: sharm
Date: Fri Sep 26 07:40:38 2008
New Revision: 105
URL: http://svn.gnome.org/viewvc/tasque?rev=105&view=rev

Log:
Set svn:eol-style=native on *.cs and a few other files.

* src/Application.cs: Make line endings consistent.

Modified:
   trunk/ChangeLog
   trunk/src/Application.cs   (contents, props changed)

Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs	(original)
+++ trunk/src/Application.cs	Fri Sep 26 07:40:38 2008
@@ -74,7 +74,7 @@
 		private IBackend customBackend;
 
 		public static IBackend Backend
-		{ 
+		{ 
 			get { return Application.Instance.backend; }
 			set {
 				Application tasque = Application.Instance;
@@ -106,7 +106,7 @@
 				
 				Logger.Debug("Configuration status: {0}",
 							 tasque.backend.Configured.ToString());
-			}
+			}
 		}
 		
 		public static List<IBackend> AvailableBackends



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