notebook: Fix compilation warnings

A quark is not a pointer.
This commit is contained in:
Benjamin Otte 2010-09-26 15:02:00 +02:00
parent bbcb737b86
commit eda14b2d47

View File

@ -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));