diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-15 19:04:29 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-15 19:04:29 +0000 |
| commit | 7b0114087822b9f011d740f1279d1d9ed983a88c (patch) | |
| tree | 159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/message-stack.cpp | |
| parent | fix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff) | |
| download | inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.tar.gz inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.zip | |
bulk trailing spaces removal. consistency through MD5 of binary
(bzr r149)
Diffstat (limited to 'src/message-stack.cpp')
| -rw-r--r-- | src/message-stack.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message-stack.cpp b/src/message-stack.cpp index 23ff1435f..ae65e3421 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -104,11 +104,11 @@ MessageId MessageStack::_push(MessageType type, guint lifetime, gchar const *mes m->message = g_strdup(message); if (lifetime) { - m->timeout_id = g_timeout_add(lifetime, &MessageStack::_timeout, m); + m->timeout_id = g_timeout_add(lifetime, &MessageStack::_timeout, m); } else { m->timeout_id = 0; } - + m->next = _messages; _messages = m; |
