[patch] typo (i think) in gtklayout.c



from looking at gtk 1.2 and what was there before this changed, i think
the following patch should be applied.

jacob
-- 
"In fact, can you imagine anything more terrifying than a zombie clown?"
	-- moby
Index: gtklayout.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtklayout.c,v
retrieving revision 1.45
diff -u -r1.45 gtklayout.c
--- gtklayout.c	2001/11/17 23:28:50	1.45
+++ gtklayout.c	2002/01/08 00:27:12
@@ -374,7 +374,7 @@
   gtk_widget_thaw_child_notify (widget);
   
   if (GTK_WIDGET_VISIBLE (widget) && GTK_WIDGET_VISIBLE (layout))
-    gtk_widget_queue_resize (GTK_WIDGET (layout));
+    gtk_widget_queue_resize (GTK_WIDGET (widget));
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]