aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 6416027..2ac039f 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -272,7 +272,6 @@ static gint start_slideshow_sig(GtkWidget *widget, struct presentation *p)
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 ) {