diff options
author | Felix Riemann <friemann@svn.gnome.org> | 2008-11-26 11:21:19 +0000 |
---|---|---|
committer | Felix Riemann <friemann@src.gnome.org> | 2008-11-26 11:21:19 +0000 |
commit | 4e9b161e62f61ab5c9de71cd590c61a7d9fa3c91 (patch) | |
tree | 52ca69572fa5a67be23939deb014ab7519c3d3d8 /ChangeLog | |
parent | 01bb88c4883a73b2ac90b687b66f58a20b9fec9b (diff) | |
download | eog-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |