[longomatch/redesign: 22/82] Comment out the Migrator lines until its reworked



commit 2843efef497b081f67e468ea014d6021dc64a623
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 35721ce..19ba188 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -165,9 +165,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]