From 1cab31d2570e92b86ccf48c143290ef5b6f4db10 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Thu, 24 Aug 2006 23:19:11 +0000 Subject: Cleaned up more of the gboolean to bool janitorial task...great! (bzr r1634) --- src/message-stack.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/message-stack.cpp') diff --git a/src/message-stack.cpp b/src/message-stack.cpp index ae65e3421..4186970e3 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -138,7 +138,8 @@ 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(data); m->timeout_id = 0; -- cgit v1.2.3