summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-02-18 21:16:38 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-02-20 15:35:31 +0000
commit2aeeb785bf3f166eb9128b72267605bc6535e17f (patch)
tree23001a2d0b1805449f4bfd92916ed04d05381f80 /src/ui/dialog/styledialog.cpp
parentFix compiling issues (diff)
downloadinkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.tar.gz
inkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.zip
Merge from master
Diffstat (limited to 'src/ui/dialog/styledialog.cpp')
-rw-r--r--src/ui/dialog/styledialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/styledialog.cpp b/src/ui/dialog/styledialog.cpp
index d5769b955..2f126452a 100644
--- a/src/ui/dialog/styledialog.cpp
+++ b/src/ui/dialog/styledialog.cpp
@@ -397,7 +397,7 @@ Inkscape::XML::Node* StyleDialog::_getStyleTextNode()
*/
void StyleDialog::_readStyleElement()
{
- g_debug("StyleDialog::_readStyleElement: updating %s", (_updating?"true":"false"));
+ g_debug("StyleDialog::_readStyleElement: updating %s", (_updating ? "true" : "false"));
if (_updating) return; // Don't read if we wrote style element.
_updating = true;
@@ -1098,7 +1098,7 @@ void StyleDialog::_buttonEventsSelectObjs(GdkEventButton* event )
*/
void StyleDialog::_selectRow()
{
- g_debug("StyleDialog::_selectRow: updating: %s", (_updating?"true":"false"));
+ g_debug("StyleDialog::_selectRow: updating: %s", (_updating ? "true" : "false"));
if (_updating || !getDesktop()) return; // Avoid updating if we have set row via dialog.