aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-06 01:16:31 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-06 01:16:31 +0200
commit5ac069656c36aa1404d90cfad915d05736fa91d2 (patch)
treed967516961b9d1a3630c967d8010dd66baae02ce /src/mainwindow.c
parent051b0f2cd60deb8d35e133527cb2e6cf4bdd0d65 (diff)
Revert "Remove spurious line"
This reverts commit e108eeb76d1feaf37cea243768396de11083d693.
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c1
1 files changed, 1 insertions, 0 deletions
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 ) {