st: Fix typo

Commit c7846e1 introduced a small typo, fix.
This commit is contained in:
Florian Müllner 2011-12-19 16:07:55 +01:00
parent f2cbddc196
commit 56f312dc03

View File

@ -175,7 +175,7 @@ st_icon_dispose (GObject *gobject)
}
static void
st_icon_finalize (GObject *object)
st_icon_finalize (GObject *gobject)
{
StIconPrivate *priv = ST_ICON (gobject)->priv;