diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-19 17:03:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-19 17:03:14 +0000 |
commit | b11cee8b3aed91e152c2dbc78312b955ce417c17 (patch) | |
tree | ffebddcf941d26243fc18d444a7ca4903cd87ae5 | |
parent | 061fec584185d6a82b79a88ecb62abb64766acb8 (diff) | |
download | gdk-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-- | 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-- | tests/testsocket.c | 3 |
8 files changed, 36 insertions, 2 deletions
@@ -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 |