diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-13 00:47:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-13 00:47:42 +0800 |
commit | bbd519c4867de487e09f8ac5f838a2b150cb75a1 (patch) | |
tree | 4dc38467cc053d2c5723d7f3cda39d116e0242a1 /embed/mozilla/GlobalHistory.cpp | |
parent | ccc77d2861cff93d3752cb21cf78a74df5817f02 (diff) | |
download | gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.gz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.bz2 gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.lz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.xz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.zst gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.zip |
Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.
* src/ephy-main.c: (main):
Use LIBXML_TEST_VERSION to check for API compatibility.
Diffstat (limited to 'embed/mozilla/GlobalHistory.cpp')
-rw-r--r-- | embed/mozilla/GlobalHistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 0f296f0f4..f2df7203b 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -60,7 +60,7 @@ NS_IMETHODIMP MozGlobalHistory::AddURI(nsIURI *aURI, PRBool aRedirect, PRBool aT return NS_OK; } -//* boolean isVisited (in nsIURI aURI); */ +/* boolean isVisited (in nsIURI aURI); */ NS_IMETHODIMP MozGlobalHistory::IsVisited(nsIURI *aURI, PRBool *_retval) { nsCAutoString spec; |