summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-08-25 09:36:51 -0700
committerJohn Stebbins <[email protected]>2015-08-25 09:36:51 -0700
commitcf13f36c00f167a055086ff873da67a001a5aa3e (patch)
treee67368353ec6bcd0802e41bc37294769fdfc8a80
parentff73c0ecf1e69b80fe1b10132ebc0c4957a5f03d (diff)
LinGui: don't save custom presets in a built-in folder
-rw-r--r--gtk/src/presets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/presets.c b/gtk/src/presets.c
index 00a9bfcba..b105c7221 100644
--- a/gtk/src/presets.c
+++ b/gtk/src/presets.c
@@ -1558,7 +1558,7 @@ settings_save(signal_user_data_t *ud, hb_preset_index_t *path, const char *name)
if (type != PRESETS_CUSTOM)
{
// Don't put new custom presets in a builtin folder
- path->depth = 1;
+ path->depth = 0;
}
}
else