diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-09-29 05:45:48 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-09-29 05:45:48 +0800 |
commit | 6d689d6e0030c76ce74518af374cfbb0d0960a4c (patch) | |
tree | 99c4f02226e95a26b001f3937adadcd00c595067 /src/ephy-main.c | |
parent | bfd1d5ab3539021b0e759756f748ac205f1eb645 (diff) | |
download | gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.gz gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.zst gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.zip |
Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so private
instances of Epiphany remove the profile dir on exit.
Note that the profile dir won't be deleted if it's a custom path.
Fixes bug #329680.
svn path=/trunk/; revision=7506
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index b3f0dc30c..bf71e2156 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -675,7 +675,7 @@ main (int argc, if (!ephy_file_helpers_init (profile_directory, private_instance, - keep_temp_directory, + keep_temp_directory || profile_directory, &error)) { _ephy_dbus_release (); |