diff options
author | Joel Becker <jlbec@src.gnome.org> | 2001-06-26 22:52:34 +0000 |
---|---|---|
committer | Joel Becker <jlbec@src.gnome.org> | 2001-06-26 22:52:34 +0000 |
commit | e1cf26bba35e114ac6796c4692b98c8d8da8fb6b (patch) | |
tree | 31eff75ce91c83dba39f105f93c2d3dafa7fb856 | |
parent | 33e0b6e428e6377658965def2f09eae17594af84 (diff) | |
download | gtk+-e1cf26bba35e114ac6796c4692b98c8d8da8fb6b.tar.gz |
bogus include at the end of gdk-pixbuf-csource.c
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-csource.c | 1 |
8 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 92498d5b78..57e2291dde 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-06-26 Joel Becker <jlbec@evilplan.org> + + * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line + at the end of the file + 2001-06-26 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification diff --git a/gdk-pixbuf/gdk-pixbuf-csource.c b/gdk-pixbuf/gdk-pixbuf-csource.c index 05bb685278..7f9874aa81 100644 --- a/gdk-pixbuf/gdk-pixbuf-csource.c +++ b/gdk-pixbuf/gdk-pixbuf-csource.c @@ -283,4 +283,3 @@ print_blurb (FILE *bout, } } -#include "x" |