aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-08-29 23:03:40 +0800
committerXan Lopez <xlopez@igalia.com>2011-08-29 23:03:40 +0800
commit3b5c8cd24ecd27e5a5f0f52421e4371389be8fac (patch)
treead95cfe3cef69c9c82b2c80e7e20e07abf0f07a3 /embed
parent540c0c0ac46399462dfad2c3fd0a50a412882307 (diff)
downloadgsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar
gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.gz
gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.bz2
gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.lz
gsoc2013-epiphany-3b5c8cd24ecd27e5a5f0f52421e4371389be8fac.tar.xz
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')
-rw-r--r--embed/ephy-web-view.c2
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);