gedit r6670 - in trunk: . gedit plugins/spell plugins/taglist



Author: pborelli
Date: Sat Dec 20 15:42:03 2008
New Revision: 6670
URL: http://svn.gnome.org/viewvc/gedit?rev=6670&view=rev

Log:
2008-12-20  Paolo Borelli  <pborelli katamail com>

	* plugins/spell/gedit-spell-plugin.c:
	* plugins/spell/gedit-spell-checker.c:
	* plugins/spell/gedit-spell-checker-dialog.h:
	* plugins/spell/gedit-spell-language-dialog.h:
	* plugins/taglist/gedit-taglist-plugin-parser.h:
	* gedit/gedit-local-document-saver.c:
	Clean up glib/gtk includes. Patch by Luis Menina.



Modified:
   trunk/ChangeLog
   trunk/gedit/gedit-local-document-saver.c
   trunk/plugins/spell/gedit-spell-checker-dialog.h
   trunk/plugins/spell/gedit-spell-checker.c
   trunk/plugins/spell/gedit-spell-language-dialog.h
   trunk/plugins/spell/gedit-spell-plugin.c
   trunk/plugins/taglist/gedit-taglist-plugin-parser.h

Modified: trunk/gedit/gedit-local-document-saver.c
==============================================================================
--- trunk/gedit/gedit-local-document-saver.c	(original)
+++ trunk/gedit/gedit-local-document-saver.c	Sat Dec 20 15:42:03 2008
@@ -40,7 +40,7 @@
 #include <unistd.h>
 
 #include <glib/gi18n.h>
-#include <glib/gfileutils.h>
+#include <glib.h>
 
 #include "gedit-local-document-saver.h"
 #include "gedit-debug.h"

Modified: trunk/plugins/spell/gedit-spell-checker-dialog.h
==============================================================================
--- trunk/plugins/spell/gedit-spell-checker-dialog.h	(original)
+++ trunk/plugins/spell/gedit-spell-checker-dialog.h	Sat Dec 20 15:42:03 2008
@@ -30,7 +30,7 @@
 #ifndef __GEDIT_SPELL_CHECKER_DIALOG_H__
 #define __GEDIT_SPELL_CHECKER_DIALOG_H__
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include "gedit-spell-checker.h"
 
 G_BEGIN_DECLS

Modified: trunk/plugins/spell/gedit-spell-checker.c
==============================================================================
--- trunk/plugins/spell/gedit-spell-checker.c	(original)
+++ trunk/plugins/spell/gedit-spell-checker.c	Sat Dec 20 15:42:03 2008
@@ -36,7 +36,7 @@
 #include <enchant.h>
 
 #include <glib/gi18n.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 
 #include "gedit-spell-checker.h"
 

Modified: trunk/plugins/spell/gedit-spell-language-dialog.h
==============================================================================
--- trunk/plugins/spell/gedit-spell-language-dialog.h	(original)
+++ trunk/plugins/spell/gedit-spell-language-dialog.h	Sat Dec 20 15:42:03 2008
@@ -30,7 +30,7 @@
 #ifndef __GEDIT_SPELL_LANGUAGE_DIALOG_H__
 #define __GEDIT_SPELL_LANGUAGE_DIALOG_H__
 
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 #include "gedit-spell-checker-language.h"
 
 G_BEGIN_DECLS

Modified: trunk/plugins/spell/gedit-spell-plugin.c
==============================================================================
--- trunk/plugins/spell/gedit-spell-plugin.c	(original)
+++ trunk/plugins/spell/gedit-spell-plugin.c	Sat Dec 20 15:42:03 2008
@@ -29,7 +29,6 @@
 #include <string.h> /* For strlen */
 
 #include <glib/gi18n.h>
-#include <glib/gutils.h>
 #include <gmodule.h>
 
 #include <gedit/gedit-debug.h>

Modified: trunk/plugins/taglist/gedit-taglist-plugin-parser.h
==============================================================================
--- trunk/plugins/taglist/gedit-taglist-plugin-parser.h	(original)
+++ trunk/plugins/taglist/gedit-taglist-plugin-parser.h	Sat Dec 20 15:42:03 2008
@@ -32,7 +32,7 @@
 #define __GEDIT_TAGLIST_PLUGIN_PARSER_H__
 
 #include <libxml/tree.h>
-#include <glib/glist.h>
+#include <glib.h>
 
 typedef struct _TagList TagList;
 typedef struct _TagGroup TagGroup;



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