gtk+ r20254 - in trunk/modules/other/gail: . tests
- From: mitch svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gtk+ r20254 - in trunk/modules/other/gail: . tests
 
- Date: Fri, 30 May 2008 11:25:57 +0000 (UTC)
 
Author: mitch
Date: Fri May 30 11:25:56 2008
New Revision: 20254
URL: http://svn.gnome.org/viewvc/gtk+?rev=20254&view=rev
Log:
2008-05-30  Michael Natterer  <mitch imendio com>
	* gailcellparent.h
	* gailfactory.h
	* tests/testnotebook.c
	* tests/testtext.c
	* tests/testtoplevel.c
	* tests/testvalues.c: include <atk/atk.h> instead of individual
	files from ATK.
Modified:
   trunk/modules/other/gail/ChangeLog
   trunk/modules/other/gail/gailcellparent.h
   trunk/modules/other/gail/gailfactory.h
   trunk/modules/other/gail/tests/testnotebook.c
   trunk/modules/other/gail/tests/testtext.c
   trunk/modules/other/gail/tests/testtoplevel.c
   trunk/modules/other/gail/tests/testvalues.c
Modified: trunk/modules/other/gail/gailcellparent.h
==============================================================================
--- trunk/modules/other/gail/gailcellparent.h	(original)
+++ trunk/modules/other/gail/gailcellparent.h	Fri May 30 11:25:56 2008
@@ -21,8 +21,7 @@
 #ifndef __GAIL_CELL_PARENT_H__
 #define __GAIL_CELL_PARENT_H__
 
-#include <atk/atkobject.h>
-#include <atk/atkutil.h>
+#include <atk/atk.h>
 #include <gail/gailcell.h>
 
 G_BEGIN_DECLS
Modified: trunk/modules/other/gail/gailfactory.h
==============================================================================
--- trunk/modules/other/gail/gailfactory.h	(original)
+++ trunk/modules/other/gail/gailfactory.h	Fri May 30 11:25:56 2008
@@ -23,7 +23,7 @@
 #define _GAIL_FACTORY_H__
 
 #include <glib-object.h>
-#include <atk/atkobject.h>
+#include <atk/atk.h>
 
 #define _GAIL_IMPLEMENT_FACTORY_CREATE_ACCESSIBLE(GAIL_TYPE, TYPE) \
 { \
Modified: trunk/modules/other/gail/tests/testnotebook.c
==============================================================================
--- trunk/modules/other/gail/tests/testnotebook.c	(original)
+++ trunk/modules/other/gail/tests/testnotebook.c	Fri May 30 11:25:56 2008
@@ -2,7 +2,6 @@
 
 #include <glib.h>
 #include <atk/atk.h>
-#include <atk/atkselection.h>
 #include <gtk/gtk.h>
 #include "testlib.h"
 
Modified: trunk/modules/other/gail/tests/testtext.c
==============================================================================
--- trunk/modules/other/gail/tests/testtext.c	(original)
+++ trunk/modules/other/gail/tests/testtext.c	Fri May 30 11:25:56 2008
@@ -1,4 +1,4 @@
-#include <atk/atkeditabletext.h>
+#include <atk/atk.h>
 #include "testtextlib.h"
 
 #define NUM_VALID_ROLES 6  
Modified: trunk/modules/other/gail/tests/testtoplevel.c
==============================================================================
--- trunk/modules/other/gail/tests/testtoplevel.c	(original)
+++ trunk/modules/other/gail/tests/testtoplevel.c	Fri May 30 11:25:56 2008
@@ -1,5 +1,4 @@
 #include <atk/atk.h>
-#include <atk/atkvalue.h>
 #include <gtk/gtk.h>
 #include "testlib.h"
 
Modified: trunk/modules/other/gail/tests/testvalues.c
==============================================================================
--- trunk/modules/other/gail/tests/testvalues.c	(original)
+++ trunk/modules/other/gail/tests/testvalues.c	Fri May 30 11:25:56 2008
@@ -1,6 +1,5 @@
 #include <string.h>
 #include <atk/atk.h>
-#include <atk/atkvalue.h>
 #include <gtk/gtk.h>
 
 static void _traverse_children (AtkObject *obj);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]