[epiphany] uri-tester: do not store the adblock data in the	'extensions' dir
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [epiphany] uri-tester: do not store the adblock data in the	'extensions' dir
- Date: Tue,  2 Oct 2012 21:23:06 +0000 (UTC)
commit f21e2f3c54879885d6472d181bbf9be7caeb1c0a
Author: Xan Lopez <xan igalia com>
Date:   Mon Oct 1 20:50:16 2012 +0200
    uri-tester: do not store the adblock data in the 'extensions' dir
    
    We are on our way to stop being an extension.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681657
 src/uri-tester.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/uri-tester.c b/src/uri-tester.c
index bae25e4..0b4ada2 100644
--- a/src/uri-tester.c
+++ b/src/uri-tester.c
@@ -78,7 +78,7 @@ uri_tester_ensure_data_dir ()
   char *folder = NULL;
 
   /* Ensure adblock's dir is there. */
-  folder = g_build_filename (ephy_dot_dir (), "extensions", "data", "adblock", NULL);
+  folder = g_build_filename (ephy_dot_dir (), "adblock", NULL);
   g_mkdir_with_parents (folder, 0700);
 
   return folder;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]