summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2016-03-05 13:05:00 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2016-03-11 20:17:04 -0600
commit5ac5606ef8e0e91def48329f463a669e098b2778 (patch)
tree897e1fc8f0c2c9c55b3a22f4d59352573307139a /lib
parentfb3e7f4d2acf15a689161f1ea539d6d3888c2a12 (diff)
downloadepiphany-5ac5606ef8e0e91def48329f463a669e098b2778.tar.gz
Improve some FIXMEs
* Let's not rename downloaded files * g_application_get_application_id is a thing https://bugzilla.gnome.org/show_bug.cgi?id=610586
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 1c828cf1c..69de1345f 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -788,7 +788,6 @@ ephy_file_launcher_get_app_info_for_file (GFile *file,
if (type != NULL && type[0] != '\0' &&
ephy_file_check_mime (type) == EPHY_MIME_PERMISSION_SAFE)
{
- /* FIXME rename tmp file to right extension ? */
app = g_app_info_get_default_for_type (type, FALSE);
}
g_free (type);