summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-10-08 16:05:13 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-10-08 16:05:13 +0000
commit6092d5422b03608db00f18e6ad8c87465b5dc3e8 (patch)
tree2ae791c03acda4ca0bf1cc2fb309a94c39cbd058 /src/inkscape.cpp
parent[Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. (diff)
parentMade the style-utils.h license dual-with-GPLv2+. (diff)
downloadinkscape-6092d5422b03608db00f18e6ad8c87465b5dc3e8.tar.gz
inkscape-6092d5422b03608db00f18e6ad8c87465b5dc3e8.zip
merge trunk-refactoring
(bzr r15156)
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 6f8ea4324..2ba85026f 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -549,7 +549,7 @@ Application::Application(const char* argv, bool use_gui) :
#define DEFAULT_LOG_REDIRECT false
#endif
- if (use_gui == TRUE && prefs->getBool("/dialogs/debug/redirect", DEFAULT_LOG_REDIRECT))
+ if (use_gui && prefs->getBool("/dialogs/debug/redirect", DEFAULT_LOG_REDIRECT))
{
Inkscape::UI::Dialog::DebugDialog::getInstance()->captureLogMessages();
}