logger fixes for the ui

This commit is contained in:
LukePulverenti
2013-02-21 15:36:36 -05:00
parent 211dd6b257
commit 2a2ee4adb3
5 changed files with 33 additions and 26 deletions

View File

@@ -263,7 +263,7 @@ namespace MediaBrowser.UI
/// </summary>
private void ShowApplicationWindow()
{
var win = new MainWindow { };
var win = new MainWindow(Logger);
var config = UIKernel.Instance.Configuration;