[gnome-todo] timeline: Use G_SOURCE_REMOVE instead of FALSE



commit 5497139802bb7a981c77db74e7f7b2997c5f2100
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Mar 7 10:00:01 2021 -0300

    timeline: Use G_SOURCE_REMOVE instead of FALSE
    
    It's more readable.

 src/animation/gtd-timeline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/animation/gtd-timeline.c b/src/animation/gtd-timeline.c
index 371c1551..b0f13b40 100644
--- a/src/animation/gtd-timeline.c
+++ b/src/animation/gtd-timeline.c
@@ -922,7 +922,7 @@ delay_timeout_func (gpointer data)
 
   g_signal_emit (self, timeline_signals[STARTED], 0);
 
-  return FALSE;
+  return G_SOURCE_REMOVE;
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]