Author: cosimoc
Date: Mon Jan 28 20:37:51 2008
New Revision: 7896
URL: http://svn.gnome.org/viewvc/epiphany?rev=7896&view=rev

Log:
Fix compilation error with gcc4.3.
Patch by Sebastien Bacher, bug #512027.


Modified:
   trunk/embed/mozilla/EphyBrowser.h
   trunk/embed/mozilla/mozilla-x509-cert.h

Modified: trunk/embed/mozilla/EphyBrowser.h
==============================================================================
--- trunk/embed/mozilla/EphyBrowser.h   (original)
+++ trunk/embed/mozilla/EphyBrowser.h   Mon Jan 28 20:37:51 2008
@@ -187,7 +187,7 @@
 
        nsresult LoadURI(const char *aURI, 
                         PRUint32 aLoadFlags = 
nsIWebNavigation::LOAD_FLAGS_NONE, 
-                        nsIURI *aURI = nsnull);
+                        nsIURI *aReferrer = nsnull);
 
         EphyEmbedDocumentType GetDocumentType ();
 

Modified: trunk/embed/mozilla/mozilla-x509-cert.h
==============================================================================
--- trunk/embed/mozilla/mozilla-x509-cert.h     (original)
+++ trunk/embed/mozilla/mozilla-x509-cert.h     Mon Jan 28 20:37:51 2008
@@ -56,7 +56,7 @@
 
 MozillaX509Cert           *mozilla_x509_cert_new              (nsIX509Cert 
*aMozCert);
 
-nsresult                   mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert 
*cert, nsIX509Cert **cert);
+nsresult                   mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert 
*cert, nsIX509Cert **aCert);
 
 G_END_DECLS
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to