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>2009-04-10 10:37:56 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-04-10 10:37:56 (GMT)
commit5d0383f8b62c2bafd54e18f8914797c50d96d815 (patch)
tree31e0627322bfc5f521af2a847dd845b2d5b8b7e0 /ChangeLog
parent9da706a0ee33313cc6eb9614b9cf5c1e228e3c76 (diff)
Create and load the document based on the mime-type provided by nautilus
2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org> * properties/ev-properties-main.c: (ev_properties_get_pages): Create and load the document based on the mime-type provided by nautilus instead of using our own documents factory. Fixes bug #533917. svn path=/trunk/; revision=3595
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1b24f..b990098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * properties/ev-properties-main.c: (ev_properties_get_pages):
+
+ Create and load the document based on the mime-type provided by
+ nautilus instead of using our own documents factory. Fixes bug
+ #533917.
+
2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
* backend/tiff/tiff-document.c: (tiff_document_render):