aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 4 insertions, 0 deletions
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);
+ }
}