summaryrefslogtreecommitdiff
path: root/browser.c
diff options
context:
space:
mode:
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)
{