aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-01-25 15:31:15 +0100
committerThomas White <taw@physics.org>2020-01-25 15:31:15 +0100
commitbe23d0785112210fca9d78ebea6c86d98c4c1d1d (patch)
tree12e8030dbfbd7828734fd76a1bca46518db1ded9
parent7f6f418e5d5d31e2617b613c3cfe3a2da004b56c (diff)
No text in new text framenarrative_segments
-rw-r--r--libstorycode/gtk/gtkslideview.c2
1 files changed, 1 insertions, 1 deletions
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 ) {