gconf-editor r1409 - in trunk: . src



Author: kmaraas
Date: Sat Sep 27 08:59:01 2008
New Revision: 1409
URL: http://svn.gnome.org/viewvc/gconf-editor?rev=1409&view=rev

Log:
2008-09-27  Kjartan Maraas  <kmaraas gnome org>

	* src/main.c: Remove <gnome.h> and include <stdlib.h> for
	exit().

Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Sat Sep 27 08:59:01 2008
@@ -18,7 +18,8 @@
 
 #include <config.h>
 
-#include <gnome.h>
+#include <stdlib.h>
+#include <glib/gi18n.h>
 #include <gconf/gconf.h>
 
 #include "gconf-editor-application.h"



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