[Patch] fix for bug in gtkpixmap.c
- From: Stefan Wille <Stefan_Wille public uni-hamburg de>
- To: gtk-list redhat com
- Subject: [Patch] fix for bug in gtkpixmap.c
- Date: Mon, 15 Sep 1997 23:49:47 +0200
Hello you GTk people,
I think this patch got lost on its way to the gtk list, so I try again.
The patch fixes a bug in gtk_pixmap_new that makes this function
fail randomly.
A big thank you to all who helped fix my problem with this list today!
bye
Stefan
--- gtkpixmap.c Sun Sep 14 12:10:51 1997
+++ gtkpixmap.c.patched Sun Sep 14 12:11:16 1997
@@ -73,7 +73,7 @@
{
GtkPixmap *pixmap;
- g_return_val_if_fail (pixmap != NULL, NULL);
+ g_return_val_if_fail (val != NULL, NULL);
pixmap = gtk_type_new (gtk_pixmap_get_type ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]