From f9041cb94a9b54616796b35e5262db683056fc17 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Sun, 8 Nov 2009 02:12:27 +0000 Subject: [PATCH] point out the bug that destroys the async nature of font scanning --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 9755c4d7a..095033dd0 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -1934,7 +1934,7 @@ int main(int argc, char *argv[]) waiting_for_fonts = 1; #ifdef FORKED_FONTS - receive_some_font_info(screen); + receive_some_font_info(screen); // FIXME: this MUST NOT be called until the text tool runs! #else while (!font_thread_done && !font_thread_aborted) {