Fix bug not allowing more than 5 directories
This commit is contained in:
parent
3064eae049
commit
21206d4e3e
@ -449,7 +449,7 @@ static void mdiary_recurse_and_collect(struct mdiary_scanner *mdiary_scanner,
|
||||
mdiary_recurse_and_collect(mdiary_scanner,
|
||||
fullPath, autotags,
|
||||
entryListStore, autoCompletion,
|
||||
max_level--);
|
||||
max_level - 1);
|
||||
*autotags = g_list_remove(*autotags, g_list_last(*autotags)->data);
|
||||
}
|
||||
g_free(fullPath);
|
||||
|
Loading…
Reference in New Issue
Block a user