forked from AuroraMiddleware/gtk
Fix compilation warning: cast to GTK_LABEL()
This was introduced in commit 478ca88ae5
This commit is contained in:
parent
a18b8cdc46
commit
f332506804
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user