mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
listbox: Fix compiler warning
This commit is contained in:
parent
ddd044f283
commit
f9a589c7fd
@ -3659,7 +3659,7 @@ gtk_list_box_get_show_separators (GtkListBox *box)
|
|||||||
{
|
{
|
||||||
GtkListBoxPrivate *priv = BOX_PRIV (box);
|
GtkListBoxPrivate *priv = BOX_PRIV (box);
|
||||||
|
|
||||||
g_return_if_fail (GTK_IS_LIST_BOX (box));
|
g_return_val_if_fail (GTK_IS_LIST_BOX (box), FALSE);
|
||||||
|
|
||||||
return priv->show_separators;
|
return priv->show_separators;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user