From 5d6f51f32ca2356b0d6155015457a83e60b314e8 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Fri, 25 Aug 2006 07:03:19 +0000 Subject: peeled back the gboolean code as it hit on some complexity theory principles... need to rethink and incrementally change gbooleans to bools (bzr r1637) --- src/selection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index 3e4c622c1..a27e45cb2 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -66,7 +66,7 @@ void Selection::_schedule_modified(SPObject *obj, guint flags) { this->_flags |= flags; } -bool +gboolean Selection::_emit_modified(Selection *selection) { /* force new handler to be created if requested before we return */ -- cgit v1.2.3