aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2007-09-29 05:45:48 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-09-29 05:45:48 +0800
commit6d689d6e0030c76ce74518af374cfbb0d0960a4c (patch)
tree99c4f02226e95a26b001f3937adadcd00c595067 /src
parentbfd1d5ab3539021b0e759756f748ac205f1eb645 (diff)
downloadgsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar
gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.gz
gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.bz2
gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.lz
gsoc2013-epiphany-6d689d6e0030c76ce74518af374cfbb0d0960a4c.tar.xz
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')
-rw-r--r--src/ephy-main.c2
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 ();