diff options
| author | MenTaLguY <mental@rydia.net> | 2007-05-10 01:18:27 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-05-10 01:18:27 +0000 |
| commit | b730b746fbcffea00aba591d78213379b4b1dbd6 (patch) | |
| tree | 1e697f6731387ca00dce3dcd021f544acb54cf42 /src/debug/logger.cpp | |
| parent | add configuration event type (diff) | |
| download | inkscape-b730b746fbcffea00aba591d78213379b4b1dbd6.tar.gz inkscape-b730b746fbcffea00aba591d78213379b4b1dbd6.zip | |
Explicit child events and formatted properties.
(bzr r2991)
Diffstat (limited to 'src/debug/logger.cpp')
| -rw-r--r-- | src/debug/logger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index 5d62f9a88..4bd0a3b08 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -170,6 +170,8 @@ void Logger::_start(Event const &event) { tag_stack().push_back(name); empty_tag = true; + + event.generateChildEvents(); } void Logger::_skip() { |
