From 10880dbfba9afd5a963f5bb36fe9a3707c1c35a1 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Wed, 23 Aug 2006 07:08:06 +0000 Subject: Ok, committed msgloan's patch to convert gbooleans to bools thus completing one major janitorial task we identified.... (bzr r1633) --- src/node-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node-context.cpp') diff --git a/src/node-context.cpp b/src/node-context.cpp index 3142e5b0e..603294e14 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -317,7 +317,7 @@ nodepath_event_attr_changed(Inkscape::XML::Node *repr, gchar const *name, bool is_interactive, gpointer data) { SPItem *item = NULL; - gboolean changed = FALSE; + bool changed = FALSE; g_assert(data); SPNodeContext *nc = ((SPNodeContext *) data); -- cgit v1.2.3