diff options
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 928d65d07..3d4866966 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -166,7 +166,7 @@ Application::create(const char *argv0, bool use_gui) if (!Application::exists()) { new Application(argv0, use_gui); } else { - g_assert_not_reached(); + // g_assert_not_reached(); Can happen with InkscapeApplication } } |
