[epiphany] ephy-profile-utils: fix migrator binary name



commit 5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634
Author: Xan Lopez <xan igalia com>
Date:   Thu May 10 16:54:55 2012 +0200

    ephy-profile-utils: fix migrator binary name
    
    Mistakenly changed it to use underscores.

 lib/ephy-profile-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
index 3fd3c52..1aa5fcd 100644
--- a/lib/ephy-profile-utils.c
+++ b/lib/ephy-profile-utils.c
@@ -194,7 +194,7 @@ ephy_profile_utils_do_migration (int test_to_run, gboolean debug)
   GError *error = NULL;
   char *index = NULL, *path = NULL;
   int status;
-  char *argv[3] = { "ephy_profile_migrator" };
+  char *argv[3] = { "ephy-profile-migrator" };
   char *envp[1] = { "EPHY_LOG_MODULES=ephy-profile" };
 
   if (test_to_run != -1) {



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