]> git.pld-linux.org Git - packages/galeon.git/blob - galeon-mozilla_five_home.patch
- started update to 0.12pre1 version. NFY, needs gconf setup
[packages/galeon.git] / galeon-mozilla_five_home.patch
1 diff -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
7  
8 +#include <stdlib.h>
9  #include <errno.h>
10  
11  /* local function prototypes */
12 @@ -132,6 +133,10 @@
13         gint i, n_urls;
14         gchar **url;
15  
16 +        /* Setting MOZILLA_FIVE_HOME */
17 +       if (getenv("MOZILLA_FIVE_HOME") == NULL)
18 +           setenv("MOZILLA_FIVE_HOME", "/usr/X11R6/lib/mozilla/", 1);
19 +       
20          /* make stdout line buffered - we only use it for debug info */
21         setvbuf (stdout, NULL, _IOLBF, 0);
22  
This page took 0.027722 seconds and 3 git commands to generate.