[gnome-todo/wip/gbsneto/subtasks] task-row: properly align rows that doesn't handle subtasks



commit 6a09d9220e9254eaa76e8d9af6d15036a78ed818
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Oct 20 16:40:14 2016 -0200

    task-row: properly align rows that doesn't handle subtasks

 src/gtd-task-row.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtd-task-row.c b/src/gtd-task-row.c
index 2903743..f2770ac 100644
--- a/src/gtd-task-row.c
+++ b/src/gtd-task-row.c
@@ -940,7 +940,7 @@ gtd_task_row_set_handle_subtasks (GtdTaskRow *self,
 
   self->handle_subtasks = handle_subtasks;
 
-  gtk_widget_set_visible (self->dnd_event_box, handle_subtasks);
+  gtk_widget_set_visible (self->dnd_box, handle_subtasks);
   depth_changed_cb (self, NULL, self->task);
 
   g_object_notify (G_OBJECT (self), "handle-subtasks");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]