diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-08-29 23:03:40 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-08-29 23:03:40 +0800 |
commit | 3b5c8cd24ecd27e5a5f0f52421e4371389be8fac (patch) | |
tree | ad95cfe3cef69c9c82b2c80e7e20e07abf0f07a3 /embed/ephy-web-view.c | |
parent | 540c0c0ac46399462dfad2c3fd0a50a412882307 (diff) | |
download | gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.gz gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.zst gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.zip |
ephy-web-view: do not launch ephy with jhbuild
Leftovers from testing.
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 6a52f06ae..ef87f193d 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -3715,7 +3715,7 @@ create_desktop_file (EphyWebView *view, file = g_key_file_new (); g_key_file_set_value (file, "Desktop Entry", "Name", title); - exec_string = g_strdup_printf ("jhbuild run epiphany --application-mode --profile=\"%s\" %s", + exec_string = g_strdup_printf ("epiphany --application-mode --profile=\"%s\" %s", profile_dir, webkit_web_view_get_uri (WEBKIT_WEB_VIEW (view))); g_key_file_set_value (file, "Desktop Entry", "Exec", exec_string); |