aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-13 23:00:13 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-13 23:00:13 -0500
commita4b40ad9d90a40cd5e35bb7b9c43ad436e992cd4 (patch)
tree84a697bf606b293c3e74d7757b28d3bb40d1d269 /MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs
parent58a46171ababb816636a65aa7f76c00de50f598f (diff)
handle year in name when searching
Diffstat (limited to 'MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs')
-rw-r--r--MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs b/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs
index 10d6ef812..042936ed1 100644
--- a/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs
+++ b/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs
@@ -10,12 +10,12 @@ namespace MediaBrowser.ServerApplication.Logging
/// <summary>
/// The _window
/// </summary>
- private readonly LogWindow _window;
+ private readonly LogForm _window;
/// <summary>
/// Initializes a new instance of the <see cref="WindowTraceListener" /> class.
/// </summary>
/// <param name="window">The window.</param>
- public WindowTraceListener(LogWindow window)
+ public WindowTraceListener(LogForm window)
{
_window = window;
_window.Show();