diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 5 |
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 (); |