summaryrefslogtreecommitdiffstats
path: root/src/message-stack.h
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.h
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.h')
-rw-r--r--src/message-stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message-stack.h b/src/message-stack.h
index 4741cce1e..bcae24161 100644
--- a/src/message-stack.h
+++ b/src/message-stack.h
@@ -155,6 +155,7 @@ private:
Message *_discard(Message *m); ///< frees a message struct and returns the next such struct in the list
void _emitChanged(); ///< emits the "changed" signal
+ // JON: Have to keep this gboolean for legacy reasons of glib support
static gboolean _timeout(gpointer data); ///< callback to expire flashed messages
sigc::signal<void, MessageType, gchar const *> _changed_signal;