]> git.pld-linux.org Git - packages/nautilus.git/commitdiff
- fixes building with mozilla1.0.. no idea if it works :)
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 11 Aug 2002 17:17:18 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nautilus-new_mozilla.patch -> 1.1

nautilus-new_mozilla.patch [new file with mode: 0644]

diff --git a/nautilus-new_mozilla.patch b/nautilus-new_mozilla.patch
new file mode 100644 (file)
index 0000000..dc10902
--- /dev/null
@@ -0,0 +1,32 @@
+diff -urN nautilus-1.0.6.orig/components/mozilla/mozilla-components.cpp nautilus-1.0.6/components/mozilla/mozilla-components.cpp
+--- nautilus-1.0.6.orig/components/mozilla/mozilla-components.cpp      Fri Feb 16 12:48:46 2001
++++ nautilus-1.0.6/components/mozilla/mozilla-components.cpp   Sun Aug 11 16:27:46 2002
+@@ -34,6 +34,7 @@
+ #include "nsIServiceManager.h"
+ #include "nsComponentManagerUtils.h"
+ #include "nsILocalFile.h"
++#include "nsString2.h"                                                          
+ #define LOCAL_FILE_ID NS_LOCAL_FILE_CONTRACTID
+@@ -62,7 +63,7 @@
+               return FALSE;
+       }
+-      rv = spec->InitWithPath (library_file_name);
++      rv = spec->InitWithPath (NS_ConvertASCIItoUCS2(library_file_name));
+       
+       if (NS_FAILED (rv)) {
+ #ifdef DEBUG_ramiro
+diff -urN nautilus-1.0.6.orig/components/mozilla/mozilla-events.cpp nautilus-1.0.6/components/mozilla/mozilla-events.cpp
+--- nautilus-1.0.6.orig/components/mozilla/mozilla-events.cpp  Mon Oct 15 18:25:17 2001
++++ nautilus-1.0.6/components/mozilla/mozilla-events.cpp       Sun Aug 11 17:12:59 2002
+@@ -355,7 +355,7 @@
+ /* Why can't I use GetElementsByTagName?  I couldn't get it to work for me */
+ static nsIDOMNode *
+-get_anchor_named (nsIDOMNode *top_node, const nsAReadableString& aName)
++get_anchor_named (nsIDOMNode *top_node, const nsAString& aName)
+ {
+       nsresult rv;
+       nsAutoString src_string;
This page took 0.063666 seconds and 4 git commands to generate.