- Fix with gnome-2.28

PR:		141216
Submitted by:	Gustau Pérez <gustau.perez@gmail.com>
This commit is contained in:
Dmitry Marakasov 2009-12-18 01:48:25 +00:00
parent efd93db37d
commit 46c4e0a5e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246097
2 changed files with 15 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= avant-window-navigator
PORTVERSION= 0.3.2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://launchpadlibrarian.net/26374006/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -0,0 +1,14 @@
--- 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;