diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-12 00:43:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-12 19:22:39 +0800 |
commit | 8b97d6e32fbe2e56a7012d731b5e864a86720504 (patch) | |
tree | e54a84f5554b8474049bde978734302b5fc37de7 /lib/ephy-profile-utils.c | |
parent | 6ede0c3ebcbc129ea1112ee9f43427231ab50e07 (diff) | |
download | gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar.gz gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar.bz2 gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar.lz gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar.xz gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.tar.zst gsoc2013-epiphany-8b97d6e32fbe2e56a7012d731b5e864a86720504.zip |
Remove UUID hacks to prevent self-launch
Now we can get rid of them.
https://bugzilla.gnome.org/show_bug.cgi?id=690050
Diffstat (limited to 'lib/ephy-profile-utils.c')
-rw-r--r-- | lib/ephy-profile-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c index 07c960559..2c685e05f 100644 --- a/lib/ephy-profile-utils.c +++ b/lib/ephy-profile-utils.c @@ -213,8 +213,6 @@ ephy_profile_utils_do_migration (const char *profile_directory, int test_to_run, envp = g_environ_setenv (g_get_environ (), "EPHY_LOG_MODULES", "ephy-profile", TRUE); - /* To avoid breaking test-ephy-migrator */ - envp = g_environ_unsetenv (envp, EPHY_UUID_ENVVAR); argv[i++] = version = g_strdup_printf ("%d", EPHY_PROFILE_MIGRATION_VERSION); |