From ad4109c48275b9e9e011a8b54125e6c93c1de133 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 May 2016 23:03:43 +0200 Subject: Remove old stuff from SlideWindow, and fix action group stuff --- src/narrative_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/narrative_window.c') diff --git a/src/narrative_window.c b/src/narrative_window.c index 3be8a1d..6d6baf3 100644 --- a/src/narrative_window.c +++ b/src/narrative_window.c @@ -451,7 +451,7 @@ static int click_thumbnail(double x, double y, void *bvp, void *vp) struct presentation *p = vp; SCBlock *scblocks = bvp; - slide_window_open(p, scblocks); + slide_window_open(p, scblocks, p->narrative_window->app); return 0; } -- cgit v1.2.3