[longomatch] Fix paths initilization for the db migration tool
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix paths initilization for the db migration tool
- Date: Mon, 1 Dec 2014 11:10:33 +0000 (UTC)
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]