Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-06-29 08:10:30 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-06-29 08:10:30 (GMT)
commit0fc58f120a81a23d1ab13989e0fc19ee42543323 (patch)
treed3c9d239660737af13ed90f8aab81658a7c4f7b3 /ChangeLog
parentc77da3648c8a899826c9e53bde70d320c1c615cc (diff)
Make sure thumbnails width and height is not <= 0. Fixes a crash with some
2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_thumbnails_get_dimensions): Make sure thumbnails width and height is not <= 0. Fixes a crash with some pdf documents which have really small pages. svn path=/trunk/; revision=2525
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1356293..7b0e605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * backend/pdf/ev-poppler.cc:
+ (pdf_document_thumbnails_get_dimensions):
+
+ Make sure thumbnails width and height is not <= 0. Fixes a crash
+ with some pdf documents which have really small pages.
+
2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
* shell/main.c: (main):