mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
notebook: Fix compilation warnings
A quark is not a pointer.
This commit is contained in:
parent
bbcb737b86
commit
eda14b2d47
@ -7603,7 +7603,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook,
|
||||
const gchar *group_name)
|
||||
{
|
||||
GtkNotebookPrivate *priv;
|
||||
GQuark *group;
|
||||
GQuark group;
|
||||
|
||||
g_return_if_fail (GTK_IS_NOTEBOOK (notebook));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user