summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2000-05-12 18:13:38 +0000
committerTim Janik <timj@src.gnome.org>2000-05-12 18:13:38 +0000
commit438e6357b731ecff431b40beb5081975668c55f1 (patch)
tree7d01e438d95bf1a851155b66330180b27bce4ec7
parent9595c55184932c11e60e840f10f63d73748e3237 (diff)
downloadgdk-pixbuf-438e6357b731ecff431b40beb5081975668c55f1.tar.gz
don't include gtk/gtkintl.h in a public header file.
Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org> * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a public header file.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkcolorseldialog.c1
-rw-r--r--gtk/gtkcolorseldialog.h1
9 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 89b764f45..cfb505855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 89b764f45..cfb505855 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Fri May 12 20:07:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
+ public header file.
+
Fri May 12 17:13:32 2000 Tim Janik <timj@gtk.org>
* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
diff --git a/gtk/gtkcolorseldialog.c b/gtk/gtkcolorseldialog.c
index 4c32b7b21..d1fd6480a 100644
--- a/gtk/gtkcolorseldialog.c
+++ b/gtk/gtkcolorseldialog.c
@@ -28,6 +28,7 @@
#include "gtkframe.h"
#include "gtkhbbox.h"
#include "gtkbutton.h"
+#include "gtkintl.h"
static void gtk_color_selection_dialog_class_init (GtkColorSelectionDialogClass *klass);
diff --git a/gtk/gtkcolorseldialog.h b/gtk/gtkcolorseldialog.h
index ac065c906..b6729703b 100644
--- a/gtk/gtkcolorseldialog.h
+++ b/gtk/gtkcolorseldialog.h
@@ -29,7 +29,6 @@
#include <gtk/gtkdialog.h>
#include <gtk/gtkcolorsel.h>
#include <gtk/gtkvbox.h>
-#include <gtk/gtkintl.h>
#ifdef __cplusplus
extern "C" {