aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-09 00:18:46 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-09 00:18:46 +0100
commite64a4eb72eb99f4995e6b48b06389fbb45ce00e8 (patch)
tree7698bc4609c196757722e0448671ab7f9431a41d
parent653e89ca19c679253a24e71e7049c423bbf67440 (diff)
No need to do this
-rw-r--r--src/mainwindow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 380e37d..c5bece0 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -317,7 +317,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);
redraw_slide(p->cur_edit_slide);