[epiphany] ephy-web-view: do not launch ephy with jhbuild



commit 3b5c8cd24ecd27e5a5f0f52421e4371389be8fac
Author: Xan Lopez <xlopez igalia com>
Date:   Mon Aug 29 17:03:40 2011 +0200

    ephy-web-view: do not launch ephy with jhbuild
    
    Leftovers from testing.

 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 6a52f06..ef87f19 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]