From be23d0785112210fca9d78ebea6c86d98c4c1d1d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 25 Jan 2020 15:31:15 +0100 Subject: No text in new text frame --- libstorycode/gtk/gtkslideview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstorycode/gtk/gtkslideview.c b/libstorycode/gtk/gtkslideview.c index 96e8053..083d732 100644 --- a/libstorycode/gtk/gtkslideview.c +++ b/libstorycode/gtk/gtkslideview.c @@ -899,7 +899,7 @@ static SlideItem *create_frame(GtkSlideView *e, double cx, double cy, runs = malloc(sizeof(struct text_run)); if ( runs == NULL ) return NULL; runs[0].type = TEXT_RUN_NORMAL; - runs[0].text = strdup("Slide title"); + runs[0].text = strdup(""); if ( runs[0].text == NULL ) return NULL; if ( w < 0.0 ) { -- cgit v1.2.3