typo in gtkfixed.c



The following patch fixes a typo in gtkfixed.c

  Cheers,

      DindinX

Index: gtk/gtkfixed.c
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkfixed.c,v
retrieving revision 1.42
diff -u -r1.42 gtkfixed.c
--- gtk/gtkfixed.c      22 Mar 2005 02:14:55 -0000      1.42
+++ gtk/gtkfixed.c      30 Jul 2005 11:21:55 -0000
@@ -188,7 +188,7 @@
   GtkFixedChild *child_info;

   g_return_if_fail (GTK_IS_FIXED (fixed));
-  g_return_if_fail (GTK_IS_WIDGET (fixed));
+  g_return_if_fail (GTK_IS_WIDGET (widget));

   child_info = g_new (GtkFixedChild, 1);
   child_info->widget = widget;
-- 
david dindinx org
Virginity can be cured.



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