From 49bbbd3cb2fe21266ef7e1b948ed0e5cdea4ad95 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 20 Sep 2003 04:19:54 +0000 Subject: Updated to match SetIdle return type. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 7c190f75a..33561fec6 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -670,7 +670,7 @@ void ScintillaGTK::SetTicking(bool on) { timer.ticksToWait = caret.period; } -void ScintillaGTK::SetIdle(bool on) { +bool ScintillaGTK::SetIdle(bool on) { if (on) { // Start idler, if it's not running. if (idler.state == false) { -- cgit v1.2.3