aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ) {