]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon-mozilla_five_home.patch
- updated to 0.12.3
[packages/galeon.git] / galeon-mozilla_five_home.patch
index ff479fa4d70bd1ad99ed5420b87a44bdaac7761a..585bdcefefd504c95eec5c88d19612533a046886 100644 (file)
@@ -1,26 +1,22 @@
-diff -Nur galeon-0.10.2/src/main.c galeon-0.10.2.new/src/main.c
---- galeon-0.10.2/src/main.c   Fri Mar  9 21:15:41 2001
-+++ galeon-0.10.2.new/src/main.c       Sat Mar 17 00:26:35 2001
-@@ -17,7 +17,7 @@
-  */
+diff -urN galeon-0.12pre1/src/main.c new/galeon-0.12pre1/src/main.c
+--- galeon-0.12pre1/src/main.c Sun Aug  5 17:57:58 2001
++++ galeon-0.12pre1/src/main.c Tue Aug  7 15:49:44 2001
+@@ -44,6 +44,7 @@
+ #include <applet-widget.h>
+ #endif
  
- #include "galeon.h"
--
 +#include <stdlib.h>
+ #include <errno.h>
  
  /* local function prototypes */
+@@ -144,6 +145,10 @@
+       gint i, n_urls;
+       gchar **url;
  
-@@ -111,7 +111,12 @@
-       poptContext ctx;
-       char fullurl[PATH_MAX];
-       
--
-+      /*
-+       * Setting MOZILLA_FIVE_HOME
-+       */
++      /* Setting MOZILLA_FIVE_HOME */
 +      if (getenv("MOZILLA_FIVE_HOME") == NULL)
 +          setenv("MOZILLA_FIVE_HOME", "/usr/X11R6/lib/mozilla/", 1);
 +          
-        /* Make stdout line buffered - we only use it for debug info */
+        /* make stdout line buffered - we only use it for debug info */
        setvbuf (stdout, NULL, _IOLBF, 0);
  
This page took 0.065755 seconds and 4 git commands to generate.