aboutsummaryrefslogtreecommitdiff
path: root/src/notes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.c')
-rw-r--r--src/notes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notes.c b/src/notes.c
index b213a1f..4e58835 100644
--- a/src/notes.c
+++ b/src/notes.c
@@ -92,6 +92,7 @@ void notify_notes_slide_changed(struct presentation *p, struct slide *np)
static gint close_notes_sig(GtkWidget *w, struct presentation *p)
{
grab_notes(p->notes, p->cur_notes_slide);
+ p->notes = NULL;
return FALSE;
}