diff options
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 770b671047..782f5718cd 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -44,7 +44,7 @@ static void gtk_statusbar_update (GtkStatusbar *statusbar, const gchar *text); static GtkContainerClass *parent_class; -static gint statusbar_signals[SIGNAL_LAST] = { 0 }; +static guint statusbar_signals[SIGNAL_LAST] = { 0 }; guint gtk_statusbar_get_type () |