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



commit 62f08d2d8ea75d46ae8d0b5ec2040c06f6c91376
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 c924725..7b9ebfb 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -155,7 +155,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]