[longomatch/redesign3: 21/143] Comment out the Migrator lines until its reworked



commit 717c64d81d5cc9e34d867e11425eda2c7e792dc5
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 9dec74e..678fd5c 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -159,9 +159,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]