summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-07-31 22:44:30 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-07-31 22:44:30 +0000
commite16723672743dc4014f4823a7326411618fcf386 (patch)
treec74f490281f8a9995b54e0480c26660eb944436d /src/inkscape.cpp
parentFixing coding style (diff)
downloadinkscape-e16723672743dc4014f4823a7326411618fcf386.tar.gz
inkscape-e16723672743dc4014f4823a7326411618fcf386.zip
Remove XGD_DATA_DIR as sugestion of su_v
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 3f9496403..4b5ca297b 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -423,6 +423,7 @@ Application::add_style_sheet()
Gtk::StyleContext::add_provider_for_screen (screen, provider, GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
}
}
+
/* \brief Constructor for the application.
* Creates a new Inkscape::Application.
*