Did not load system template images.
This commit is contained in:
parent
387ec109d2
commit
6401b3a456
1 changed files with 1 additions and 1 deletions
|
|
@ -18572,7 +18572,7 @@ static int do_new_dialog(void)
|
|||
f = &(fs[j].f);
|
||||
place = fs[j].place;
|
||||
|
||||
if (place == PLACE_PERSONAL_TEMPLATES_DIR && oldplace != place)
|
||||
if ((place == PLACE_PERSONAL_TEMPLATES_DIR || place == PLACE_TEMPLATES_DIR) && oldplace != place)
|
||||
first_template = num_files;
|
||||
|
||||
oldplace = place;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue