aboutsummaryrefslogtreecommitdiff
path: root/src/objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.c')
-rw-r--r--src/objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects.c b/src/objects.c
index f50502b..f502b52 100644
--- a/src/objects.c
+++ b/src/objects.c
@@ -185,6 +185,7 @@ void notify_style_update(struct presentation *p, struct style *sty)
static void check_references(struct slide *s, struct object *om)
{
+ /* FIXME: Should replace with previous useful one, not NULL */
if ( s->roles[S_ROLE_PDATE_REF] == om ) {
struct object *o;
s->roles[S_ROLE_PDATE_REF] = NULL;