From e1a78db5efc2773df289f91a5211da16ec2ba992 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Sat, 16 Jul 2011 18:59:58 -0500 Subject: ephy-file-helpers: use correct inode/directory type Otherwise "Browse to" feature fails because we are using an obsolete mime type. Bug #651699 --- lib/ephy-file-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ephy-file-helpers.c') diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index d996c21ba..5b8c969ec 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -853,7 +853,7 @@ ephy_file_browse_to (GFile *file, parent = g_file_get_parent (file); /* TODO find a way to make nautilus scroll to the actual file */ - ret = ephy_file_launch_handler ("x-directory/normal", + ret = ephy_file_launch_handler ("inode/directory", parent, user_time); -- cgit v1.2.3