diff options
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 9bc6c04dc..1b30b4cab 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright © 2002 Jorn Baayen * Copyright © 2003, 2004 Marco Pesenti Gritti @@ -1007,10 +1008,7 @@ ephy_file_launch_handler (const char *mime_type, gnome_vfs_mime_application_free (app); } else - { - /* FIXME: warn user? */ - g_warning ("No handler for found or file type is unsafe!\n"); - } + ret = FALSE; g_free (canonical); |