diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
commit | 113f364a37cefbef4eabb2c40070e08357a1b157 (patch) | |
tree | 8d1c6780766d0470c72d31978d1b6b58cfda62bf /gtk/gtkframe.c | |
parent | 1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff) | |
download | gtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz |
More of the same
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index febefaf4a6..084455cdd0 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -1,4 +1,4 @@ -/* GTK - The GIMP Toolkit +* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -73,7 +73,7 @@ static void gtk_frame_compute_child_allocation (GtkFrame *frame, static void gtk_frame_real_compute_child_allocation (GtkFrame *frame, GtkAllocation *child_allocation); -G_DEFINE_TYPE (GtkFrame, gtk_frame, GTK_TYPE_BIN); +G_DEFINE_TYPE (GtkFrame, gtk_frame, GTK_TYPE_BIN) static void gtk_frame_class_init (GtkFrameClass *class) |