tint2conf: fix launcher_apps_dir
This commit is contained in:
parent
47a7013029
commit
290ddc1fea
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ void config_write_launcher(FILE *fp)
|
||||||
g_strstrip(dir);
|
g_strstrip(dir);
|
||||||
if (strlen(dir) > 0) {
|
if (strlen(dir) > 0) {
|
||||||
char *contracted = contract_tilde(dir);
|
char *contracted = contract_tilde(dir);
|
||||||
fprintf(fp, "launcher_item_app = %s\n", contracted);
|
fprintf(fp, "launcher_apps_dir = %s\n", contracted);
|
||||||
free(contracted);
|
free(contracted);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue