mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c
2008-03-04 Michael Natterer <mitch@imendio.com> * gtk/gtkcellview.c * gtk/gtkcolorbutton.c * gtk/gtkentrycompletion.c * gtk/gtkfontbutton.c * gtk/gtkiconview.c * gtk/gtkobject.c * gtk/gtkpaned.c * gtk/gtkpreview.c: don't include "gtksignal.h". * gtk/gtkfilefilter.c * gtk/gtkrecentchoosermenu.c * gtk/gtkrecentfilter.c * gtk/gtktext.c: don't include "gtkobject.h". svn path=/trunk/; revision=19708
This commit is contained in:
parent
11abc0d691
commit
fee3aa919d
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2008-03-04 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkcellview.c
|
||||
* gtk/gtkcolorbutton.c
|
||||
* gtk/gtkentrycompletion.c
|
||||
* gtk/gtkfontbutton.c
|
||||
* gtk/gtkiconview.c
|
||||
* gtk/gtkobject.c
|
||||
* gtk/gtkpaned.c
|
||||
* gtk/gtkpreview.c: don't include "gtksignal.h".
|
||||
|
||||
* gtk/gtkfilefilter.c
|
||||
* gtk/gtkrecentchoosermenu.c
|
||||
* gtk/gtkrecentfilter.c
|
||||
* gtk/gtktext.c: don't include "gtkobject.h".
|
||||
|
||||
2008-03-04 Simos Xenitellis <simos@gnome.org>
|
||||
|
||||
Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "gtkcellview.h"
|
||||
#include "gtkcelllayout.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkcellrenderertext.h"
|
||||
#include "gtkcellrendererpixbuf.h"
|
||||
#include "gtkprivate.h"
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "gtkdnd.h"
|
||||
#include "gtkdrawingarea.h"
|
||||
#include "gtkframe.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkentry.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkmarshalers.h"
|
||||
|
||||
#include "gtkprivate.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "gtkfilefilter.h"
|
||||
#include "gtkobject.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include "gtkfontbutton.h"
|
||||
|
||||
#include "gtksignal.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtkalignment.h"
|
||||
#include "gtkhbox.h"
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "gtkbindings.h"
|
||||
#include "gtkdnd.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkaccessible.h"
|
||||
#include "gtkwindow.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "gtkobject.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkmarshalers.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "gtkintl.h"
|
||||
#include "gtkpaned.h"
|
||||
#include "gtkbindings.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtkwindow.h"
|
||||
#include "gtkmain.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
#endif
|
||||
#include "gdk/gdkrgb.h"
|
||||
#include "gtkpreview.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkalias.h"
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include "gtkmenu.h"
|
||||
#include "gtkimage.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtkobject.h"
|
||||
#include "gtktooltip.h"
|
||||
#include "gtktypebuiltins.h"
|
||||
#include "gtkprivate.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "gtkrecentfilter.h"
|
||||
#include "gtkobject.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "gtkselection.h"
|
||||
#include "gtksignal.h"
|
||||
#include "gtkstyle.h"
|
||||
#include "gtkobject.h"
|
||||
#define GTK_ENABLE_BROKEN
|
||||
#include "gtktext.h"
|
||||
#include "line-wrap.xbm"
|
||||
|
Loading…
Reference in New Issue
Block a user