openbsd-ports/www/galeon/patches/patch-src_embed_c
2004-01-18 10:49:33 +00:00

12 lines
417 B
Plaintext

$OpenBSD: patch-src_embed_c,v 1.3 2004/01/18 10:49:52 wilfried Exp $
--- src/embed.c.orig 2003-11-23 19:39:16.000000000 +0100
+++ src/embed.c 2003-12-12 16:54:12.000000000 +0100
@@ -748,6 +748,7 @@ read_mozilla_version (void)
gchar *preffile;
FILE *f;
+ return g_strdup (MOZILLA_VERSION);
preffile = g_strconcat (getenv ("MOZILLA_FIVE_HOME"),
"/defaults/pref/all.js", NULL);
f = fopen (preffile, "r");