aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index 65b74db8b..22e8ef9e9 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -603,7 +603,7 @@ ephy_file_launch_application (GAppInfo *app,
GAppLaunchContext *context;
GdkDisplay *display;
GdkScreen *screen;
-
+
context = G_APP_LAUNCH_CONTEXT (eel_app_launch_context_new ());
if (widget)
{
@@ -709,7 +709,7 @@ ephy_file_browse_to (const char *parameter,
char *desktop_dir;
gboolean ret;
- file = g_file_new_for_path (parameter);
+ file = g_file_new_for_uri (parameter);
desktop_dir = ephy_file_desktop_dir ();
desktop = g_file_new_for_path (desktop_dir);