1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11/avant-window-navigator/files/patch-libawn-settings.c
Dmitry Marakasov 46c4e0a5e2 - Fix with gnome-2.28
PR:		141216
Submitted by:	Gustau Pérez <gustau.perez@gmail.com>
2009-12-18 01:48:25 +00:00

15 lines
263 B
C

--- libawn/awn-settings.old.c 2009-12-05 08:14:18.000000000 +0000
+++ libawn/awn-settings.c 2009-12-05 08:14:31.000000000 +0000
@@ -139,7 +139,7 @@
AwnSettings *s = NULL;
- s = g_new(AwnSettings, 1);
+ s = g_new0(AwnSettings, 1);
settings = s;