diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-21 15:36:36 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-21 15:36:36 -0500 |
| commit | 2a2ee4adb379344b9eb7262ccc59778dc277e1ae (patch) | |
| tree | e24d068d5281917cd17a84e76e45dd377ed41be1 /MediaBrowser.UI/App.xaml.cs | |
| parent | 211dd6b257a4b031aafde4dfed7e2f3c6ecbcdd5 (diff) | |
logger fixes for the ui
Diffstat (limited to 'MediaBrowser.UI/App.xaml.cs')
| -rw-r--r-- | MediaBrowser.UI/App.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.UI/App.xaml.cs b/MediaBrowser.UI/App.xaml.cs index 16795b08a..f2eaeb152 100644 --- a/MediaBrowser.UI/App.xaml.cs +++ b/MediaBrowser.UI/App.xaml.cs @@ -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; |
