From 6401b3a4562bba36d91fc640c1a07298514378a0 Mon Sep 17 00:00:00 2001 From: Shin-ichi TOYAMA Date: Sun, 17 Aug 2014 03:30:37 +0000 Subject: [PATCH] Did not load system template images. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index e23582d39..ff054a3f1 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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;