Remove an extraneous unref. (#122336, Frederic Crozat)

Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>

	* tests/testsocket.c (child_read_watch): Remove an
        extraneous unref.  (#122336, Frederic Crozat)
This commit is contained in:
Matthias Clasen 2003-10-05 22:00:49 +00:00 committed by Matthias Clasen
parent 2bcd67efbb
commit 7d7bbef321
6 changed files with 35 additions and 11 deletions

View File

@ -1,7 +1,12 @@
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an
extraneous unref. (#122336, Frederic Crozat)
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb. (#123910, Christian Rose)
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim
whitespace in "visible-window" blurb. (#123910, Christian Rose)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>

View File

@ -1,7 +1,12 @@
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an
extraneous unref. (#122336, Frederic Crozat)
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb. (#123910, Christian Rose)
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim
whitespace in "visible-window" blurb. (#123910, Christian Rose)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>

View File

@ -1,7 +1,12 @@
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an
extraneous unref. (#122336, Frederic Crozat)
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb. (#123910, Christian Rose)
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim
whitespace in "visible-window" blurb. (#123910, Christian Rose)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>

View File

@ -1,7 +1,12 @@
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an
extraneous unref. (#122336, Frederic Crozat)
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb. (#123910, Christian Rose)
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim
whitespace in "visible-window" blurb. (#123910, Christian Rose)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>

View File

@ -1,7 +1,12 @@
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an
extraneous unref. (#122336, Frederic Crozat)
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in
"visible-window" blurb. (#123910, Christian Rose)
* gtk/gtkeventbox.c (gtk_event_box_class_init): Trim
whitespace in "visible-window" blurb. (#123910, Christian Rose)
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk>

View File

@ -178,7 +178,6 @@ child_read_watch (GIOChannel *channel, GIOCondition cond, gpointer data)
return TRUE;
case G_IO_STATUS_EOF:
n_children--;
g_io_channel_unref (channel);
return FALSE;
case G_IO_STATUS_ERROR:
fprintf (stderr, "Error reading fd from child: %s\n", error->message);