aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.UI/App.xaml.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-21 01:02:10 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-21 01:02:10 -0500
commitae4ffa75be378497d8db210c6864cde40f7c75f9 (patch)
tree14d7a0610ff5117f3ea92ddaee71c219bbbc4865 /MediaBrowser.UI/App.xaml.cs
parentacf5b0b6ed173a3a9540d0585bd491a119d524cf (diff)
isolated weather and moved drawing classes up to the controller project
Diffstat (limited to 'MediaBrowser.UI/App.xaml.cs')
-rw-r--r--MediaBrowser.UI/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.UI/App.xaml.cs b/MediaBrowser.UI/App.xaml.cs
index bae133ab7..bc68df234 100644
--- a/MediaBrowser.UI/App.xaml.cs
+++ b/MediaBrowser.UI/App.xaml.cs
@@ -244,7 +244,7 @@ namespace MediaBrowser.UI
/// <returns>IKernel.</returns>
protected override IKernel InstantiateKernel()
{
- return new UIKernel(new PismoIsoManager());
+ return new UIKernel(new PismoIsoManager(LogManager.GetLogger("PismoIsoManager")));
}
/// <summary>