Code

Added missing (and very important) file.
[inkscape.git] / src / extension / system.cpp
index fdebd7b227ded8eaa9c1a5714e521aafbc05b1ef..a7828d3fc115e0bcb291b6e2fea29603c46b68d7 100644 (file)
@@ -93,7 +93,7 @@ open(Extension *key, gchar const *filename)
 
     SPDocument *doc = imod->open(filename);
     if (!doc) {
-        return NULL;
+        throw Input::open_failed();
     }
 
     if (last_chance_svg) {