[gnome-online-accounts] daemon: Use G_SOURCE_REMOVE instead of FALSE



commit e80f4351b3ce1564102d3f0f85aac43be954c330
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed May 27 17:17:42 2015 +0200

    daemon: Use G_SOURCE_REMOVE instead of FALSE

 src/daemon/goadaemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
index e49117f..66de3d6 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -144,7 +144,7 @@ on_config_file_monitor_timeout (gpointer user_data)
   g_info ("Reloading configuration files\n");
   goa_daemon_reload_configuration (self);
 
-  return FALSE;
+  return G_SOURCE_REMOVE;
 }
 
 static void


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