[tasque/transition: 150/213] [libtasque] Forgot to actually mark Backend.Configured as concrete



commit 817b2c46e5c9b3c4277bb91d3cbf900e3d173e47
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Aug 18 18:40:20 2012 +0200

    [libtasque] Forgot to actually mark Backend.Configured as concrete

 src/libtasque/Backend.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtasque/Backend.cs b/src/libtasque/Backend.cs
index b521dbd..8ee5e42 100644
--- a/src/libtasque/Backend.cs
+++ b/src/libtasque/Backend.cs
@@ -70,7 +70,7 @@ namespace Tasque
 		/// (credentials/etc.) to run.  If false, the properties dialog will
 		/// be shown so the user can configure the backend.
 		/// </value>
-		public abstract bool Configured { get; protected set; }
+		public bool Configured { get; protected set; }
 		
 		public Category DefaultCategory {
 			get { return defaultCategory; }



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