]> git.pld-linux.org Git - packages/galeon.git/blame - galeon-mozilla_five_home.patch
- Added BuilRequires GConf-devel >= 1.0.3-2
[packages/galeon.git] / galeon-mozilla_five_home.patch
CommitLineData
7cfcf846
AM
1diff -urN galeon-0.11.0.org/src/main.c galeon-0.11.0/src/main.c
2--- galeon-0.11.0.org/src/main.c Sat Jun 30 23:36:45 2001
3+++ galeon-0.11.0/src/main.c Sat Jun 30 23:38:06 2001
4@@ -41,6 +41,7 @@
5 #include <applet-widget.h>
6 #endif
518f8bc1 7
518f8bc1 8+#include <stdlib.h>
7cfcf846 9 #include <errno.h>
518f8bc1 10
11 /* local function prototypes */
7cfcf846
AM
12@@ -132,6 +133,10 @@
13 gint i, n_urls;
14 gchar **url;
15
16+ /* Setting MOZILLA_FIVE_HOME */
518f8bc1 17+ if (getenv("MOZILLA_FIVE_HOME") == NULL)
18+ setenv("MOZILLA_FIVE_HOME", "/usr/X11R6/lib/mozilla/", 1);
7cfcf846
AM
19+
20 /* make stdout line buffered - we only use it for debug info */
518f8bc1 21 setvbuf (stdout, NULL, _IOLBF, 0);
7cfcf846 22
This page took 0.067093 seconds and 4 git commands to generate.