Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-page-cache.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 11:35:39 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 11:35:39 (GMT)
commit3fe3051453cad77a2964c96b53caf4e5a432b2fe (patch)
tree9f7eb2f27446ab3db589fc4f11e00789722921bb /libview/ev-page-cache.h
parentab20ff2e5e9e3f41be38269fd1023fad8fdc57fe (diff)
[document] Fixes handling of broken documents
Instead of aborting on assertion, we gracefully report that document is broken. Fixes GNOME bug #580886.
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r--libview/ev-page-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h
index 814ede7..03e43d7 100644
--- a/libview/ev-page-cache.h
+++ b/libview/ev-page-cache.h
@@ -83,6 +83,7 @@ gboolean ev_page_cache_set_page_label (EvPageCache *page_cache,
EvPageCache *ev_page_cache_get (EvDocument *document);
+gboolean ev_page_cache_check_dimensions (EvPageCache *page_cache);
G_END_DECLS