aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-10 05:25:32 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-10 05:25:32 +0800
commit678e71b94d7221c659bcc93332a071dc56d10d30 (patch)
tree8673511940ccb31761c96469cef520ce288cd2d1 /embed
parentb89760dbb2551973cdf6cc8647bf518b0f7eb564 (diff)
downloadgsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar.gz
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar.bz2
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar.lz
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar.xz
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.tar.zst
gsoc2013-epiphany-678e71b94d7221c659bcc93332a071dc56d10d30.zip
Fix schemas build.
2003-01-09 Marco Pesenti Gritti <marco@it.gnome.org> * data/Makefile.am: Fix schemas build. * embed/mozilla/mozilla-embed-persist.cpp: Api change grrrr.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-persist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-persist.cpp b/embed/mozilla/mozilla-embed-persist.cpp
index 9f9ac185c..3453f18cd 100644
--- a/embed/mozilla/mozilla-embed-persist.cpp
+++ b/embed/mozilla/mozilla-embed-persist.cpp
@@ -236,7 +236,7 @@ impl_save (EphyEmbedPersist *persist)
persist,
!(flags & EMBED_PERSIST_SHOW_PROGRESS));
- rv = bpersist->SaveURI (linkURI, nsnull, file);
+ rv = bpersist->SaveURI (linkURI, nsnull, nsnull, nsnull, nsnull, file);
if (NS_FAILED(rv)) return G_FAILED;
}