[Xfce4-commits] [xfce/thunar] 01/01: NULL is the proper sentinel for g_object_new() (Bug #16310)
noreply at xfce.org
noreply at xfce.org
Tue Jan 7 21:52:38 CET 2020
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 0f5caac32c38327d1c75a996f15c3bd4961244ad
Author: Sébastien Marie <semarie at online.fr>
Date: Tue Jan 7 06:21:46 2020 +0100
NULL is the proper sentinel for g_object_new() (Bug #16310)
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 5e01e5d..dbb5f98 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list