From 3c200d427b4de843d3c979e2c7269ee8f3a31e0b Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Mon, 10 Dec 2018 14:29:19 +0100 Subject: Minor tweaks. --- src/inkscape-application.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/inkscape-application.cpp') diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp index a5bde2d25..4c39ee51c 100644 --- a/src/inkscape-application.cpp +++ b/src/inkscape-application.cpp @@ -180,7 +180,9 @@ ConcreteInkscapeApplication::on_startup() // Here are things that should be in on_startup() but cannot be as we don't set _with_gui until // on_handle_local_options() is called. -template<> void ConcreteInkscapeApplication::on_startup2() +template<> +void +ConcreteInkscapeApplication::on_startup2() { Inkscape::Application::create(nullptr, false); } @@ -589,7 +591,7 @@ ConcreteInkscapeApplication::on_handle_local_options(const Glib::RefPtrcontains("query-id")) { Glib::ustring query_id; options->lookup_value("query-id", query_id); -- cgit v1.2.3