From 0d0699f723e09fbf040a32c7cf11a0a50fe7d77a Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 4 Jan 2018 21:41:51 +0100 Subject: Parsing errors in application CSS should not be fatal Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1740850 --- src/inkscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inkscape.cpp') diff --git a/src/inkscape.cpp b/src/inkscape.cpp index b30d06168..996f72420 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -406,7 +406,7 @@ Application::add_style_sheet() // Gtk::CssProviderError not defined until 3.16. catch (const Gtk::CssProviderError& ex) { - g_error("CSSProviderError::load_from_path(): %s\n(%s)", + g_critical("CSSProviderError::load_from_path(): failed to load '%s'\n(%s)", style.c_str(), ex.what().c_str()); } #else -- cgit v1.2.3