Fix compilation warning: cast to GTK_LABEL()

This was introduced in commit 478ca88ae5
This commit is contained in:
Javier Jardón 2009-12-02 02:11:59 +01:00
parent a18b8cdc46
commit f332506804

View File

@ -842,7 +842,7 @@ update_website (GtkAboutDialog *about)
priv->website_url, priv->website_url);
}
gtk_label_set_markup (priv->website_label, markup);
gtk_label_set_markup (GTK_LABEL (priv->website_label), markup);
g_free (markup);
}
else