From 247a81c6e1b78d91fc6126d03f4018eabba43119 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 1 Jun 2011 18:35:11 +0200 Subject: Update slideshow display when switching slides in the window --- src/mainwindow.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index d407888..1997951 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -137,6 +137,10 @@ void notify_slide_changed(struct presentation *p) p->editing_object = NULL; update_toolbar(p); gdk_window_invalidate_rect(p->drawingarea->window, NULL, FALSE); + + if ( p->slideshow != NULL ) { + notify_slideshow_slide_changed(p); + } } -- cgit v1.2.3