summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/css.c b/css/css.c
index fa3f6f3bb..1446f9640 100644
--- a/css/css.c
+++ b/css/css.c
@@ -751,6 +751,10 @@ void css_atimport_callback(content_msg msg, struct content *css,
}
break;
+ case CONTENT_MSG_NEWPTR:
+ c->data.css.import_content[i] = css;
+ break;
+
default:
assert(0);
}