[gnome-online-accounts/gnome-3-16] daemon: Use G_SOURCE_REMOVE	instead of FALSE
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-online-accounts/gnome-3-16] daemon: Use G_SOURCE_REMOVE	instead of FALSE
- Date: Fri, 29 May 2015 13:30:57 +0000 (UTC)
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]