summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-19 17:03:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-19 17:03:14 +0000
commitb11cee8b3aed91e152c2dbc78312b955ce417c17 (patch)
treeffebddcf941d26243fc18d444a7ca4903cd87ae5
parent061fec584185d6a82b79a88ecb62abb64766acb8 (diff)
downloadgdk-pixbuf-b11cee8b3aed91e152c2dbc78312b955ce417c17.tar.gz
Remove now useless include of unistd.h, fix wrong argument
Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com> * tests/testsocket.c: Remove now useless include of unistd.h, fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
-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--tests/testsocket.c3
8 files changed, 36 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 27f8b8ba8..964542383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 27f8b8ba8..964542383 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Fri Oct 19 12:49:12 2001 Owen Taylor <otaylor@redhat.com>
+
+ * tests/testsocket.c: Remove now useless include of unistd.h,
+ fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
+
Fri Oct 19 12:24:32 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkfont-fb.c: Fix up for change to
diff --git a/tests/testsocket.c b/tests/testsocket.c
index de143b3e5..149be0149 100644
--- a/tests/testsocket.c
+++ b/tests/testsocket.c
@@ -3,7 +3,6 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include <unistd.h>
int n_children = 0;
@@ -131,7 +130,7 @@ steal (GtkWidget *window, GtkEntry *entry)
gtk_box_pack_start (GTK_BOX (vbox), socket->box, TRUE, TRUE, 0);
gtk_widget_show (socket->box);
- gtk_socket_steal (GTK_SOCKET (socket), xid);
+ gtk_socket_steal (GTK_SOCKET (socket->socket), xid);
}
void