[tasque/transition: 127/213] Fix task tree view not updating after adding task
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/transition: 127/213] Fix task tree view not updating after adding task
- Date: Wed, 29 Aug 2012 18:44:41 +0000 (UTC)
commit 84460a41b193dbcb8476b46fb178fbaaa91d94e7
Author: Antonius Riha <antoniusriha gmail com>
Date: Fri Aug 17 09:51:48 2012 +0200
Fix task tree view not updating after adding task
src/libtasque/TaskGroupModel.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libtasque/TaskGroupModel.cs b/src/libtasque/TaskGroupModel.cs
index f34ebaf..79fcffb 100644
--- a/src/libtasque/TaskGroupModel.cs
+++ b/src/libtasque/TaskGroupModel.cs
@@ -53,6 +53,7 @@ namespace Tasque
TimeRangeEnd = rangeEnd;
Filter = FilterTasks;
+ IsObserving = true;
}
public void SetRange (DateTime rangeStart, DateTime rangeEnd)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]