summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFelix Riemann <friemann@svn.gnome.org>2008-11-26 11:21:19 +0000
committerFelix Riemann <friemann@src.gnome.org>2008-11-26 11:21:19 +0000
commit4e9b161e62f61ab5c9de71cd590c61a7d9fa3c91 (patch)
tree52ca69572fa5a67be23939deb014ab7519c3d3d8 /ChangeLog
parent01bb88c4883a73b2ac90b687b66f58a20b9fec9b (diff)
downloadeog-4e9b161e62f61ab5c9de71cd590c61a7d9fa3c91.tar.gz
Try to check if a file is supported by content type as well, if the gvfs
2008-11-26 Felix Riemann <friemann@svn.gnome.org> * src/eog-jobs.c: (filter_files): * src/eog-list-store.c: (eog_list_store_add_files): Try to check if a file is supported by content type as well, if the gvfs backend could not determine the file type. Fixes bug #562119. svn path=/trunk/; revision=4885
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad779c0a..8f582b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-11-26 Felix Riemann <friemann@svn.gnome.org>
+ * src/eog-jobs.c: (filter_files):
+ * src/eog-list-store.c: (eog_list_store_add_files): Try to check if a
+ file is supported by content type as well, if the gvfs backend could
+ not determine the file type. Fixes bug #562119.
+
+2008-11-26 Felix Riemann <friemann@svn.gnome.org>
+
* src/eog-jobs.c: (eog_job_model_run): Fix leaking list.
2008-11-20 Felix Riemann <friemann@svn.gnome.org>