[f-spot] Just adding a FIXME tag



commit 3d0d22bb0b63bcb3ba95e015522a577783bee2fe
Author: Stephen Shaw <sshaw decriptor com>
Date:   Mon Mar 5 11:28:41 2012 -0700

    Just adding a FIXME tag
    
    Not sure why the constructor takes 2 arguments
    and completely ignores the second.

 .../FSpot.UI.Dialog/ThreadProgressDialog.cs        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.UI.Dialog/ThreadProgressDialog.cs b/src/Clients/MainApp/FSpot.UI.Dialog/ThreadProgressDialog.cs
index a61763d..c728af9 100644
--- a/src/Clients/MainApp/FSpot.UI.Dialog/ThreadProgressDialog.cs
+++ b/src/Clients/MainApp/FSpot.UI.Dialog/ThreadProgressDialog.cs
@@ -56,6 +56,7 @@ namespace FSpot.UI.Dialog {
 
 		Thread thread;
 
+		// FIXME: The total parameter makes sense, but doesn't seem to ever be used?
 		public ThreadProgressDialog (Thread thread, int total) {
 			/*
 			if (parent_window)



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