diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-11-09 00:18:46 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-11-09 00:18:46 +0100 |
commit | e64a4eb72eb99f4995e6b48b06389fbb45ce00e8 (patch) | |
tree | 7698bc4609c196757722e0448671ab7f9431a41d /src | |
parent | 653e89ca19c679253a24e71e7049c423bbf67440 (diff) |
No need to do this
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.c | 1 |
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); |