[gdm/wip/slave-connection: 24/34] daemon: s/g_atexit/atexit/
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gdm/wip/slave-connection: 24/34] daemon: s/g_atexit/atexit/
- Date: Thu, 12 Jul 2012 17:37:26 +0000 (UTC)
commit b22d8d4f40359482159b8eea405c5100f9549a9b
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jul 7 16:49:18 2012 -0400
    daemon: s/g_atexit/atexit/
    
    g_atexit is deprecated. For now replace the g_atexit call with
    a normal atexit call.
 daemon/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/main.c b/daemon/main.c
index cba7cc2..ea34533 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -253,7 +253,7 @@ write_pid (void)
                 return;
         }
 
-        g_atexit (delete_pid);
+        atexit (delete_pid);
 }
 
 static void
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]