Code

Bugfix for 1625278, where inkscape would crash if loading a recent
authorbryce <bryce@users.sourceforge.net>
Sun, 31 Dec 2006 22:50:51 +0000 (22:50 +0000)
committerbryce <bryce@users.sourceforge.net>
Sun, 31 Dec 2006 22:50:51 +0000 (22:50 +0000)
commit4aabf2a995bdba7a42110f4292cb0e194722e429
tree9ceaa51c95fa017dd8da62d134519cbb104e0a33
parentfa458d9703c0939be5ec7fec805936cd3b6f866d
Bugfix for 1625278, where inkscape would crash if loading a recent
document from a fresh inkscape instance, that triggers a null pointer
situation in sp-namedview.  The code in question deals with gridviews,
so I suspect it has something to do with grid settings.  In any case,
this commit prevents the null pointer situation and stops the crash.
src/sp-namedview.cpp