summaryrefslogtreecommitdiffstats
path: root/src/message-stack.cpp
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2006-08-24 23:19:11 +0000
committerkidproto <kidproto@users.sourceforge.net>2006-08-24 23:19:11 +0000
commit1cab31d2570e92b86ccf48c143290ef5b6f4db10 (patch)
treedf995977df306ec09174f1d714014359f8594409 /src/message-stack.cpp
parentOk, committed msgloan's patch to convert gbooleans to bools thus completing (diff)
downloadinkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.tar.gz
inkscape-1cab31d2570e92b86ccf48c143290ef5b6f4db10.zip
Cleaned up more of the gboolean to bool janitorial task...great!
(bzr r1634)
Diffstat (limited to 'src/message-stack.cpp')
-rw-r--r--src/message-stack.cpp3
1 files changed, 2 insertions, 1 deletions
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<Message *>(data);
m->timeout_id = 0;