tint2conf: fix launcher_apps_dir
o9000 o9000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/tint2conf/properties_rw.c
→
src/tint2conf/properties_rw.c
@@ -511,7 +511,7 @@ gchar *dir = app_dirs[index];
g_strstrip(dir); if (strlen(dir) > 0) { char *contracted = contract_tilde(dir); - fprintf(fp, "launcher_item_app = %s\n", contracted); + fprintf(fp, "launcher_apps_dir = %s\n", contracted); free(contracted); } }