diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:16:38 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 15:35:31 +0000 |
| commit | 2aeeb785bf3f166eb9128b72267605bc6535e17f (patch) | |
| tree | 23001a2d0b1805449f4bfd92916ed04d05381f80 /src/ui/dialog/styledialog.cpp | |
| parent | Fix compiling issues (diff) | |
| download | inkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.tar.gz inkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.zip | |
Merge from master
Diffstat (limited to 'src/ui/dialog/styledialog.cpp')
| -rw-r--r-- | src/ui/dialog/styledialog.cpp | 4 |
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. |
