From 811712e1ef0cdc18fa32c0fadb2dda8f82593783 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 19 Mar 2013 20:03:21 +0200 Subject: [PATCH] * mu-script: use /scripts for user-scripts, not /scripts/stats --- mu/mu-cmd-script.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mu/mu-cmd-script.c b/mu/mu-cmd-script.c index bc2b009f..64ae5c4a 100644 --- a/mu/mu-cmd-script.c +++ b/mu/mu-cmd-script.c @@ -110,8 +110,7 @@ get_script_info_list (const char *muhome, GError **err) return NULL; userpath = g_strdup_printf ("%s%c%s", - muhome, G_DIR_SEPARATOR, - "scripts" G_DIR_SEPARATOR_S "stats"); + muhome, G_DIR_SEPARATOR, "scripts"); /* is there are userdir for scripts? */ if (!mu_util_check_dir (userpath, TRUE, FALSE)) {