Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-03 22:03:30 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-03 22:03:30 +0400
commit40fb11efaf49253b00b05377278489d8f0e8f59a (patch)
tree73215cd3e93732bd757d3b98a6c1fe5007813d56 /source/blender/blenloader
parentfdb0b003f0555cd865bc665eaf99137501aa2be2 (diff)
2.5 Branch: added WM_report and WM_reportf functions for reporting
information, warnings and errors.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 13b2179e778..f5abbc7bfab 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3509,6 +3509,7 @@ static void direct_link_windowmanager(FileData *fd, wmWindowManager *wm)
wm->screenkeymap.first= wm->screenkeymap.last= NULL;
wm->queue.first= wm->queue.last= NULL;
+ wm->reports.first= wm->reports.last= NULL;
wm->windrawable= NULL;
wm->initialized= 0;