]> git.armaanb.net Git - chorizo.git/blobdiff - we_adblock.c
"adblock.black" has been renamed to "adblock"
[chorizo.git] / we_adblock.c
index 79dd691208c2360de030b7041dfd7f8845939ac1..4714fb4bc60df8989bc0eaa39c67426566ea456c 100644 (file)
@@ -15,7 +15,7 @@ adblock_load(void)
     GIOChannel *channel = NULL;
     gchar *path = NULL, *buf = NULL;
 
-    path = g_build_filename(g_get_user_config_dir(), __NAME__, "adblock.black",
+    path = g_build_filename(g_get_user_config_dir(), __NAME__, "adblock",
                             NULL);
     channel = g_io_channel_new_file(path, "r", &err);
     if (channel != NULL)