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>2008-02-27 17:58:26 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-02-27 17:58:26 (GMT)
commit0b94e1fcf335f0131e5ff81cbe87b2e9ac343ab6 (patch)
tree083e897c58335fb2189c74fc20e435da0639cf51 /ChangeLog
parentd1b42341039d4e26cf299c2fc50d36cd18760011 (diff)
Duplicate mime_type string before freeing it so that it doesn't always
2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-factory.c: (get_mime_type_from_uri): Duplicate mime_type string before freeing it so that it doesn't always fail when getting mime type from uri. Fixes bug #518874. svn path=/trunk/; revision=2931
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c94bb..1517b4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
+ * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
+
+ Duplicate mime_type string before freeing it so that it doesn't
+ always fail when getting mime type from uri. Fixes bug #518874.
+
+2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-view.c: (ev_view_form_field_choice_changed):
Fix a crash when a choice form field doesn't have any item