[longomatch] Fix paths initilization for the db migration tool



commit 7e327dffda63c3cdb37c08ae46a5b3b3d06c1c4f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Dec 1 12:10:07 2014 +0100

    Fix paths initilization for the db migration tool

 LongoMatch.Migration/Program.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Migration/Program.cs b/LongoMatch.Migration/Program.cs
index 19ba17a..e8b705b 100644
--- a/LongoMatch.Migration/Program.cs
+++ b/LongoMatch.Migration/Program.cs
@@ -25,7 +25,7 @@ namespace LongoMatch.Migration
        {
                public static void Main (string[] args)
                {
-                       LongoMatch.Config.Init ();
+                       SetupBasedir ();
                        InitGtk ();
                        MainWindow win = new MainWindow ();
                        win.Show ();


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