[gnome-todo] omni-area: Remove main box
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] omni-area: Remove main box
- Date: Wed, 6 May 2020 17:57:10 +0000 (UTC)
commit 8fa4d3ae74d15ed448b227f8eb70f35084e72222
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed May 6 14:56:43 2020 -0300
omni-area: Remove main box
It is not exported in the ui file anymore.
src/gtd-omni-area.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/gtd-omni-area.c b/src/gtd-omni-area.c
index 2fa73fc..f54006e 100644
--- a/src/gtd-omni-area.c
+++ b/src/gtd-omni-area.c
@@ -32,7 +32,6 @@ struct _GtdOmniArea
{
GtdWidget parent;
- GtkWidget *main_box;
GtkStack *main_stack;
GtkStack *status_stack;
@@ -142,7 +141,6 @@ gtd_omni_area_class_init (GtdOmniAreaClass *klass)
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/todo/ui/gtd-omni-area.ui");
- gtk_widget_class_bind_template_child (widget_class, GtdOmniArea, main_box);
gtk_widget_class_bind_template_child (widget_class, GtdOmniArea, main_stack);
gtk_widget_class_bind_template_child (widget_class, GtdOmniArea, status_stack);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]