From c6abe4626c40d4925d6233cf0ca1c30cd49a22cd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 14 Sep 2019 23:45:38 +0200 Subject: Handle *bold* in parser, rather than as a separate stage --- src/colloquium.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/colloquium.c b/src/colloquium.c index 95b5231..745ccef 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -62,7 +62,7 @@ static void colloquium_activate(GApplication *papp) Colloquium *app = COLLOQUIUM(papp); if ( !app->first_run ) { Narrative *n = narrative_new(); - narrative_add_text(n, strdup("")); + narrative_add_empty_item(n); narrative_window_new(n, NULL, papp); } } -- cgit v1.2.3