diff options
author | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 13:23:18 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 13:23:18 +0000 |
commit | 2650257f3b369eaf587d68c2dcc32f436f85bc80 (patch) | |
tree | 0802f7b64ad555cf5a8eccfe83b3afcd93ff554b /modules | |
parent | e628ab8e841b1c51774efb038a3da22f5d4a2cdd (diff) | |
download | gtk+-2650257f3b369eaf587d68c2dcc32f436f85bc80.tar.gz |
Move ChangeLog entry to right file.
svn path=/trunk/; revision=20213
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog index 14bc58e671..4796a19a9d 100644 --- a/modules/other/gail/ChangeLog +++ b/modules/other/gail/ChangeLog @@ -1,3 +1,19 @@ +2008-05-28 Michael Natterer <mitch@imendio.com> + + * gailwidget.h: include <gtk/gtk.h> instead of + <gtk/gtkaccessible.h> + + * *.h: don't include anyting from gtk since all headers indirectly + include gailwidget.h. + + * gailcellparent.c: include <gtk/gtk.h> instead of individual + files. + + * gailcheckmenuitem.c + * gailmenu.c + * gailtreeview.c: remove all gtk includes since it's always + included by including any gail header. + 2008-05-26 Michael Natterer <mitch@imendio.com> * libgail-util/gailmisc.h |