[longomatch/redesign2: 31/159] Comment out the Migrator lines until its reworked



commit 1f7f9323be574ce6bec2b902259c051bec4957bc
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Nov 21 18:07:01 2010 +0100

    Comment out the Migrator lines until its reworked

 LongoMatch/Main.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 0792f6c..d0fc764 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -157,9 +157,9 @@ namespace LongoMatch
 				md.Icon=Stetic.IconLoader.LoadIcon(md, "longomatch", Gtk.IconSize.Dialog);
 				if (md.Run()==(int)ResponseType.Yes) {
 					md.Destroy();
-					Migrator migrator = new Migrator(homeDirectory);
-					migrator.Run();
-					migrator.Destroy();
+					//Migrator migrator = new Migrator(homeDirectory);
+					//migrator.Run();
+					//migrator.Destroy();
 				}
 				else
 					md.Destroy();



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