Index: src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj
===================================================================
diff -u -rd9cadb087dc07ab563a285513adfb9b77e8e0344 -rda0e4ce0541bc755152f9948a66d9060f8496109
--- src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision d9cadb087dc07ab563a285513adfb9b77e8e0344)
+++ src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision da0e4ce0541bc755152f9948a66d9060f8496109)
@@ -197,7 +197,6 @@
SelectViewDialog.cs
-
UserControl
Index: src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs
===================================================================
diff -u -r2899024e0e552929460b0eb71dbf86852dd40f58 -rda0e4ce0541bc755152f9948a66d9060f8496109
--- src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 2899024e0e552929460b0eb71dbf86852dd40f58)
+++ src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision da0e4ce0541bc755152f9948a66d9060f8496109)
@@ -461,8 +461,6 @@
splashScreen = null;
- SplashScreenLogAppender.Dispose();
-
MessageWindowLogAppender.MessageWindow = null;
if (Application != null)
Index: src/DeltaShell/DeltaShell.Gui/Forms/SplashScreen.xaml.cs
===================================================================
diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -rda0e4ce0541bc755152f9948a66d9060f8496109
--- src/DeltaShell/DeltaShell.Gui/Forms/SplashScreen.xaml.cs (.../SplashScreen.xaml.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a)
+++ src/DeltaShell/DeltaShell.Gui/Forms/SplashScreen.xaml.cs (.../SplashScreen.xaml.cs) (revision da0e4ce0541bc755152f9948a66d9060f8496109)
@@ -187,7 +187,6 @@
app = null;
log.Info(Properties.Resources.SplashScreen_Shutdown_Hiding_splash_screen____);
- SplashScreenLogAppender.Shutdown();
Close();
}
@@ -228,7 +227,6 @@
log.Debug(Properties.Resources.SplashScreen_SplashScreen_VisibleChanged_Showing_splash_screen____);
string splashScreenLogFilePath =
Path.Combine(app.GetUserSettingsDirectoryPath(), "splash-screen-log-history.xml");
- SplashScreenLogAppender.InitializeUsingLogging(splashScreenLogFilePath, this);
}
else
{
Fisheye: Tag da0e4ce0541bc755152f9948a66d9060f8496109 refers to a dead (removed) revision in file `src/DeltaShell/DeltaShell.Gui/Forms/SplashScreenLogAppender.cs'.
Fisheye: No comparison available. Pass `N' to diff?