[gnome-todo] utils: Ensure GtdMaxSizeLayout type
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] utils: Ensure GtdMaxSizeLayout type
- Date: Fri, 8 May 2020 02:07:07 +0000 (UTC)
commit f90e2e924e04a8d2a3525ac248086849936d00fb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu May 7 23:00:18 2020 -0300
utils: Ensure GtdMaxSizeLayout type
src/gtd-utils.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/gtd-utils.c b/src/gtd-utils.c
index 0eaad13..9a04c7e 100644
--- a/src/gtd-utils.c
+++ b/src/gtd-utils.c
@@ -18,6 +18,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
+#include "gtd-max-size-layout.h"
#include "gtd-task.h"
#include "gtd-utils.h"
#include "gtd-utils-private.h"
@@ -234,5 +235,6 @@ gtd_collate_compare_strings (const gchar *string_a,
void
gtd_ensure_types (void)
{
+ g_type_ensure (GTD_TYPE_MAX_SIZE_LAYOUT);
g_type_ensure (GTD_TYPE_WIDGET);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]