Did not load system template images.

This commit is contained in:
Shin-ichi TOYAMA 2014-08-17 03:30:37 +00:00
parent 387ec109d2
commit 6401b3a456

View file

@ -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;