Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-21 23:32:07 (GMT)
committer Owen Taylor <otaylor@src.gnome.org>2004-12-21 23:32:07 (GMT)
commit7acd15e0881622f4423f01212c1694af4d2b3f07 (patch)
tree8a48e0235276f0db4c8b92e776006152b4b7ab90 /backend/ev-document.c
parent6b84b9665845a99b0c144ad209421a940b79fe7c (diff)
Fix a couple of problems so it compile.
Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com> * backend/ev-document.[ch]: Fix a couple of problems so it compile.
Diffstat (limited to 'backend/ev-document.c')
-rw-r--r--backend/ev-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document.c b/backend/ev-document.c
index b2a5c8d..4491003 100644
--- a/backend/ev-document.c
+++ b/backend/ev-document.c
@@ -56,7 +56,7 @@ ev_document_load (EvDocument *document,
GError *error)
{
EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
- iface->load (document, uri);
+ iface->load (document, uri, error);
}
int