gconf r2625 - in trunk: . gconf



Author: kmaraas
Date: Fri Jul  4 13:21:10 2008
New Revision: 2625
URL: http://svn.gnome.org/viewvc/gconf?rev=2625&view=rev

Log:
2008-07-04  Kjartan Maraas  <kmaraas gnome org>

	* gconf/gconfd.c: (main): Use g_chdir() instead of plain
	chdir()

Modified:
   trunk/ChangeLog
   trunk/gconf/gconfd.c

Modified: trunk/gconf/gconfd.c
==============================================================================
--- trunk/gconf/gconfd.c	(original)
+++ trunk/gconf/gconfd.c	Fri Jul  4 13:21:10 2008
@@ -647,7 +647,7 @@
   /* This is so we don't prevent unmounting of devices. We divert
    * all messages to syslog
    */
-  if (chdir ("/") < 0)
+  if (g_chdir ("/") < 0)
     {
        g_printerr ("Could not change to root directory: %s\n",
 		   g_strerror (errno));



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