From 5ac069656c36aa1404d90cfad915d05736fa91d2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Oct 2011 01:16:31 +0200 Subject: Revert "Remove spurious line" This reverts commit e108eeb76d1feaf37cea243768396de11083d693. --- src/mainwindow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 2ac039f..6416027 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -272,6 +272,7 @@ 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 ) { -- cgit v1.2.3