diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 5b8c969ec..ebf163d77 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -848,18 +848,7 @@ gboolean ephy_file_browse_to (GFile *file, guint32 user_time) { - GFile *parent; - gboolean ret; - - parent = g_file_get_parent (file); - /* TODO find a way to make nautilus scroll to the actual file */ - ret = ephy_file_launch_handler ("inode/directory", - parent, - user_time); - - g_object_unref (parent); - - return ret; + return ephy_file_launch_handler ("inode/directory", file, user_time); } /** |