From 5ac5606ef8e0e91def48329f463a669e098b2778 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 5 Mar 2016 13:05:00 -0600 Subject: 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 --- lib/ephy-file-helpers.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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); -- cgit v1.2.1