[gnome-todo] new-task-row: Properly set popover parent
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] new-task-row: Properly set popover parent
- Date: Thu, 5 Mar 2020 17:37:19 +0000 (UTC)
commit 936f072a65757aeb1520279ce1446319af69cc3b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Mar 5 14:36:48 2020 -0300
new-task-row: Properly set popover parent
src/task-list-view/gtd-new-task-row.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/task-list-view/gtd-new-task-row.c b/src/task-list-view/gtd-new-task-row.c
index 2293020..d91bfaf 100644
--- a/src/task-list-view/gtd-new-task-row.c
+++ b/src/task-list-view/gtd-new-task-row.c
@@ -281,6 +281,7 @@ gtd_new_task_row_init (GtdNewTaskRow *self)
{
gtk_widget_init_template (GTK_WIDGET (self));
+ gtk_widget_set_parent (GTK_WIDGET (self->tasklist_popover), GTK_WIDGET (self->entry));
update_secondary_icon (self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]