]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon-mozilla_five_home.patch
- Added BuilRequires GConf-devel >= 1.0.3-2
[packages/galeon.git] / galeon-mozilla_five_home.patch
index bc5360fd36c4b4a1c428293555569a64f681a56b..3713159778d2304c061ec34555a055d23dccf0e4 100644 (file)
@@ -1,25 +1,22 @@
-diff -urN galeon-0.10.5.org/src/main.c galeon-0.10.5/src/main.c
---- galeon-0.10.5.org/src/main.c       Mon Apr 30 10:46:08 2001
-+++ galeon-0.10.5/src/main.c   Tue May  1 10:38:48 2001
-@@ -17,7 +17,7 @@
-  */
+diff -urN galeon-0.11.0.org/src/main.c galeon-0.11.0/src/main.c
+--- galeon-0.11.0.org/src/main.c       Sat Jun 30 23:36:45 2001
++++ galeon-0.11.0/src/main.c   Sat Jun 30 23:38:06 2001
+@@ -41,6 +41,7 @@
+ #include <applet-widget.h>
+ #endif
  
- #include "galeon.h"
--
 +#include <stdlib.h>
+ #include <errno.h>
  
  /* local function prototypes */
- static void new_shell (CORBA_ORB orb);
-@@ -124,6 +124,12 @@
-       char **urls = NULL;
-       poptContext ctx;
-       char fullurl[PATH_MAX];
-+
-+      /*
-+       * Setting MOZILLA_FIVE_HOME
-+       */
+@@ -132,6 +133,10 @@
+       gint i, n_urls;
+       gchar **url;
++        /* 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.065553 seconds and 4 git commands to generate.