summaryrefslogtreecommitdiff
path: root/Juick/ViewModels/ThreadViewModel.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 13:21:34 +0400
committerGravatar Vitaly Takmazov2013-03-29 13:21:34 +0400
commit3be6eccab55ca90a060cb56882c5675a7ad875ce (patch)
tree9fe780d5ed3067b7e55aaec691e360066182778b /Juick/ViewModels/ThreadViewModel.cs
parente20d55789c6ab0c2c6324eb6806c12cc96723eca (diff)
there is no need to implement INotifyPropertyChanged on post item
Diffstat (limited to 'Juick/ViewModels/ThreadViewModel.cs')
-rw-r--r--Juick/ViewModels/ThreadViewModel.cs2
1 files changed, 1 insertions, 1 deletions
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<ThreadViewModel>(x => x.Caption);