From 6d689d6e0030c76ce74518af374cfbb0d0960a4c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 28 Sep 2007 21:45:48 +0000 Subject: 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 --- src/ephy-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 (); -- cgit v1.2.3