* mu-script: use <muhome>/scripts for user-scripts, not <muhome>/scripts/stats

This commit is contained in:
djcb 2013-03-19 20:03:21 +02:00
parent 85f0064fea
commit 811712e1ef
1 changed files with 1 additions and 2 deletions

View File

@ -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)) {