notebook: Fix compilation warnings
A quark is not a pointer.
This commit is contained in:
@ -7603,7 +7603,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook,
|
|||||||
const gchar *group_name)
|
const gchar *group_name)
|
||||||
{
|
{
|
||||||
GtkNotebookPrivate *priv;
|
GtkNotebookPrivate *priv;
|
||||||
GQuark *group;
|
GQuark group;
|
||||||
|
|
||||||
g_return_if_fail (GTK_IS_NOTEBOOK (notebook));
|
g_return_if_fail (GTK_IS_NOTEBOOK (notebook));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user