[longomatch/redesign: 21/23] Comment out the Migrator lines until its reworked
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign: 21/23] Comment out the Migrator lines until its reworked
- Date: Tue, 23 Nov 2010 00:15:29 +0000 (UTC)
commit 9d984c870dea21080c8df8a40b69fc5c80f4cb1a
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]