* mu-script: use <muhome>/scripts for user-scripts, not <muhome>/scripts/stats
This commit is contained in:
@ -110,8 +110,7 @@ get_script_info_list (const char *muhome, GError **err)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
userpath = g_strdup_printf ("%s%c%s",
|
userpath = g_strdup_printf ("%s%c%s",
|
||||||
muhome, G_DIR_SEPARATOR,
|
muhome, G_DIR_SEPARATOR, "scripts");
|
||||||
"scripts" G_DIR_SEPARATOR_S "stats");
|
|
||||||
|
|
||||||
/* is there are userdir for scripts? */
|
/* is there are userdir for scripts? */
|
||||||
if (!mu_util_check_dir (userpath, TRUE, FALSE)) {
|
if (!mu_util_check_dir (userpath, TRUE, FALSE)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user