aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index b05ba4b..68c87c1 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -223,6 +223,7 @@ struct presentation *new_presentation()
new->drag_status = DRAG_STATUS_NONE;
new->ss = new_stylesheet();
+ new->image_store = image_store_new();
return new;
}