From 90a29541d17d351fb35d9534d61bf1b10c933408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Tue, 7 Jan 2020 06:21:46 +0100 Subject: [PATCH] NULL is the proper sentinel for g_object_new() Avoid SIGSEGV on OpenBSD and NetBSD. --- thunar/thunar-standard-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c index 5e01e5d2..dbb5f985 100644 --- a/thunar/thunar-standard-view.c +++ b/thunar/thunar-standard-view.c @@ -734,7 +734,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS #endif "alignment", PANGO_ALIGN_CENTER, "xalign", 0.5, - FALSE); + NULL); g_object_ref_sink (G_OBJECT (standard_view->name_renderer)); /* TODO: prelit underline -- 2.24.1