From 3be6eccab55ca90a060cb56882c5675a7ad875ce Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 29 Mar 2013 13:21:34 +0400 Subject: there is no need to implement INotifyPropertyChanged on post item --- Juick/ViewModels/ThreadViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Juick/ViewModels/ThreadViewModel.cs') diff --git a/Juick/ViewModels/ThreadViewModel.cs b/Juick/ViewModels/ThreadViewModel.cs index ec1f92d..1cbaab7 100644 --- a/Juick/ViewModels/ThreadViewModel.cs +++ b/Juick/ViewModels/ThreadViewModel.cs @@ -2,7 +2,7 @@ namespace Juick.ViewModels { - public class ThreadViewModel : MessageListViewModelBase + public class ThreadViewModel : ViewModelBase { static readonly string CaptionPropertyName = ExpressionHelper.GetPropertyName(x => x.Caption); -- cgit v1.2.3