Fix for never-ending notification bug
authorPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 30 Jan 2012 16:25:06 +0000 (18:25 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Mon, 30 Jan 2012 16:25:06 +0000 (18:25 +0200)
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

index f0e1ea1..19a3886 100644 (file)
@@ -492,7 +492,7 @@ namespace Pithos.Client.WPF {
                                StatusMessage = String.Format("Pithos {0}\r\n{1}", fileVersion.FileVersion,info.StatusText);
                        }
                        
-                       _events.Publish(new Notification { Title = "Start", Message = "Start Monitoring", Level = TraceLevel.Info});
+                       //_events.Publish(new Notification { Title = "Start", Message = "Start Monitoring", Level = TraceLevel.Info});
                }