summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-12-10 13:29:19 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-12-10 13:29:19 +0000
commit3c200d427b4de843d3c979e2c7269ee8f3a31e0b (patch)
tree22fafaa06b47df78ca3a2c479b028616ad753da0 /src/inkscape-application.cpp
parentremove Inkscape::URI::getFullPath (diff)
downloadinkscape-3c200d427b4de843d3c979e2c7269ee8f3a31e0b.tar.gz
inkscape-3c200d427b4de843d3c979e2c7269ee8f3a31e0b.zip
Minor tweaks.
Diffstat (limited to 'src/inkscape-application.cpp')
-rw-r--r--src/inkscape-application.cpp6
1 files changed, 4 insertions, 2 deletions
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<T>::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<Gio::Application>::on_startup2()
+template<>
+void
+ConcreteInkscapeApplication<Gio::Application>::on_startup2()
{
Inkscape::Application::create(nullptr, false);
}
@@ -589,7 +591,7 @@ ConcreteInkscapeApplication<T>::on_handle_local_options(const Glib::RefPtr<Glib:
// ===================== QUERY =====================
- // 'query-id' should be processed first! Idea: We could turn this into a comma separated list.
+ // 'query-id' should be processed first! Can be a comma separated list.
if (options->contains("query-id")) {
Glib::ustring query_id;
options->lookup_value("query-id", query_id);