gconf r2739 - in trunk: . gconf



Author: vuntz
Date: Fri Jan 23 04:37:53 2009
New Revision: 2739
URL: http://svn.gnome.org/viewvc/gconf?rev=2739&view=rev

Log:
2009-01-23  Vincent Untz  <vuntz gnome org>

	* gconf/gconftool.c: (do_toggle): return value at the end of the
	function.
	Patch by Magnus Boman <captain magnus gmail com>. Fix bug #567334


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

Modified: trunk/gconf/gconftool.c
==============================================================================
--- trunk/gconf/gconftool.c	(original)
+++ trunk/gconf/gconftool.c	Fri Jan 23 04:37:53 2009
@@ -2202,6 +2202,8 @@
 
       ++args;     
     }
+
+  return 0;
 }
 
 static int



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