summaryrefslogtreecommitdiffstats
path: root/src/message-stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/message-stack.cpp')
-rw-r--r--src/message-stack.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/message-stack.cpp b/src/message-stack.cpp
index 4186970e3..ae65e3421 100644
--- a/src/message-stack.cpp
+++ b/src/message-stack.cpp
@@ -138,8 +138,7 @@ void MessageStack::_emitChanged() {
_changed_signal.emit(NORMAL_MESSAGE, NULL);
}
}
-// JON: this has o stay this way because of legacy use of glib
-// would like to change this to bool
+
gboolean MessageStack::_timeout(gpointer data) {
Message *m=reinterpret_cast<Message *>(data);
m->timeout_id = 0;