]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- modify for galeon version 1.2.0
authorpioklo <pioklo@linuxpl.com>
Sat, 6 Apr 2002 11:09:37 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-mozilla_five_home.patch -> 1.5

galeon-mozilla_five_home.patch

index 585bdcefefd504c95eec5c88d19612533a046886..bd8a8f4106e62bc6b4dfea048535f4736e2de1e5 100644 (file)
@@ -1,22 +1,22 @@
-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 @@
+--- galeon-1.2.0/src/main.c    Mon Feb 25 22:48:51 2002
++++ galeon-1.2.0/src/main.c.orig       Fri Apr  5 21:53:37 2002
+@@ -49,6 +49,8 @@
+ #ifdef ENABLE_APPLET
  #include <applet-widget.h>
  #endif
 +#include <stdlib.h>
- #include <errno.h>
- /* local function prototypes */
-@@ -144,6 +145,10 @@
++#include <errno.h>
+ #ifdef ENABLE_GNOME_FILE_SELECTOR
+ #include <bonobo/bonobo-main.h>
+ #endif /* !ENABLE_GNOME_FILE_SELECTOR */
+@@ -182,6 +184,10 @@
+       CORBA_ORB orb;
        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);
  
-+      /* 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 */
        setvbuf (stdout, NULL, _IOLBF, 0);
This page took 0.135438 seconds and 4 git commands to generate.