[longomatch/refactor] Qip



commit 80fe4255b6bfbbb8d0302a68b110e63e6bab0e77
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Nov 3 23:06:19 2011 +0100

    Qip

 LongoMatch.GUI/LongoMatch.GUI.mdp    |    5 +++++
 LongoMatch.Services/Services/Core.cs |    3 ---
 LongoMatch/Main.cs                   |    3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index cf3bc91..1e0dc28 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -140,6 +140,11 @@
     <File subtype="Code" buildaction="Compile" name="Gui/Dialog/About.cs" />
     <File subtype="Directory" buildaction="Compile" name="images" />
     <File subtype="Code" buildaction="Nothing" name="../images/longomatch.png" />
+    <File subtype="Code" buildaction="Nothing" name="../images/stock_draw-circle-unfilled.png" />
+    <File subtype="Code" buildaction="Nothing" name="../images/stock_draw-freeform-line.png" />
+    <File subtype="Code" buildaction="Nothing" name="../images/stock_draw-line-45.png" />
+    <File subtype="Code" buildaction="Nothing" name="../images/stock_draw-line-ends-with-arrow.png" />
+    <File subtype="Code" buildaction="Nothing" name="../images/stock_draw-rectangle-unfilled.png" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index efb81ca..050016f 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -39,9 +39,6 @@ namespace LongoMatch.Services
 			/* Init internationalization support */
 			Catalog.Init(Constants.SOFTWARE_NAME.ToLower(),Config.RelativeToPrefix("share/locale"));
 
-			/* Init Gtk */
-			Application.Init();
-
 			SetupBaseDir();
 
 			/* Check default folders */
diff --git a/LongoMatch/Main.cs b/LongoMatch/Main.cs
index 3c06f8c..d315af2 100644
--- a/LongoMatch/Main.cs
+++ b/LongoMatch/Main.cs
@@ -44,6 +44,9 @@ namespace LongoMatch
 			if (!GStreamer.CheckInstallation())
 				return;
 
+			/* Init Gtk */
+			Application.Init();
+
 			//try {
 				MainWindow win = new MainWindow();
 				win.Show();



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