]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2009 18:12:16 +0000 (13:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2009 18:12:16 +0000 (13:12 -0500)
gtk/gtkbin.c

index 812f2df6da463c16deafd4892d80eae13f1ee9bb..abe90e11733fdf399e44e2aff2bfafd3f4c62d89 100644 (file)
@@ -182,7 +182,7 @@ static void
 gtk_bin_extended_layout_get_height_for_width (GtkExtendedLayout *layout,
                                               gint               width,
                                               gint              *minimum_height,
-                                              gint               natural_height)
+                                              gint              *natural_height)
 {
   GtkBin *bin = GTK_BIN (layout);