summaryrefslogtreecommitdiff
path: root/browser.c
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2020-03-14 11:36:34 +0100
committerPeter Hofmann <scm@uninformativ.de>2020-03-14 11:36:34 +0100
commit50c9da15380a4771eb18500238446001611097ad (patch)
tree0187024fe9e3b9b887fe4bbb4d7154bf108319cd /browser.c
parent3d3fcd7d635cada7c9ecb02ee7fc280bc7204c14 (diff)
downloadlariza-50c9da15380a4771eb18500238446001611097ad.tar.gz
Move user scripts
This is a more meaningful path.
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index 120078b..11e34da 100644
--- a/browser.c
+++ b/browser.c
@@ -1131,7 +1131,7 @@ run_user_scripts(WebKitWebView *web_view)
const gchar *entry = NULL;
GDir *scriptdir = NULL;
- base = g_build_filename(g_get_user_config_dir(), __NAME__, "scripts", NULL);
+ base = g_build_filename(g_get_user_config_dir(), __NAME__, "user-scripts", NULL);
scriptdir = g_dir_open(base, 0, NULL);
if (scriptdir != NULL)
{