aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 0df019c11..5daca6fc6 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -750,8 +750,9 @@ main (int argc,
exit (1);
}
- /* Migrate profile */
- _ephy_profile_migrate ();
+ /* Migrate profile if we are not running a private instance */
+ if (ephy_has_private_profile () == FALSE)
+ _ephy_profile_migrate ();
eel_gconf_monitor_add ("/apps/epiphany/general");
ephy_stock_icons_init ();