[longomatch] Missed file.



commit 9407031977c5a96502224601afecb88d771c5e6d
Author: Xavi Artigas <xartigas fluendo com>
Date:   Fri Apr 10 11:10:33 2015 +0200

    Missed file.

 LongoMatch.Services/CoreServices.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/CoreServices.cs b/LongoMatch.Services/CoreServices.cs
index 8b9f0c6..58a7ebd 100644
--- a/LongoMatch.Services/CoreServices.cs
+++ b/LongoMatch.Services/CoreServices.cs
@@ -42,7 +42,7 @@ namespace LongoMatch.Services
                static PlaylistManager plManager;
                static ToolsManager toolsManager;
                static TemplatesService ts;
-                               
+               static UpdatesNotifier updatesNotifier;
 
                public static IProjectsImporter ProjectsImporter;
                #if OSTYPE_WINDOWS
@@ -111,6 +111,9 @@ namespace LongoMatch.Services
 
                        /* Start playlists manager */
                        plManager = new PlaylistManager (Config.GUIToolkit, videoRenderer);
+
+                       /* Start the Update Notifier */
+                       updatesNotifier = new UpdatesNotifier ();
                }
 
                public static void CheckDirs ()


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