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/gtkstatusbar.c | |
parent | 1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff) | |
download | gtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz |
More of the same
Diffstat (limited to 'gtk/gtkstatusbar.c')
-rw-r--r-- | gtk/gtkstatusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 22a4481129..d6115dd75d 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -94,7 +94,7 @@ static void label_selectable_changed (GtkWidget *label, static guint statusbar_signals[SIGNAL_LAST] = { 0 }; -G_DEFINE_TYPE (GtkStatusbar, gtk_statusbar, GTK_TYPE_HBOX); +G_DEFINE_TYPE (GtkStatusbar, gtk_statusbar, GTK_TYPE_HBOX) static void gtk_statusbar_class_init (GtkStatusbarClass *class) |