Remove leftover uses/references of GtkNotebook::group-id

This commit is contained in:
Xan Lopez 2010-07-02 22:38:39 +02:00
parent 1a03a65e36
commit 533ea97c67

View File

@ -935,7 +935,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
* a notebook where the tab will be attached. It is also * a notebook where the tab will be attached. It is also
* responsible for moving/resizing the window and adding the * responsible for moving/resizing the window and adding the
* necessary properties to the notebook (e.g. the * necessary properties to the notebook (e.g. the
* #GtkNotebook:group-id ). * #GtkNotebook:group ).
* *
* The default handler uses the global window creation hook, * The default handler uses the global window creation hook,
* if one has been set with gtk_notebook_set_window_creation_hook(). * if one has been set with gtk_notebook_set_window_creation_hook().
@ -7471,7 +7471,6 @@ gtk_notebook_set_group (GtkNotebook *notebook,
if (priv->group != group) if (priv->group != group)
{ {
priv->group = group; priv->group = group;
g_object_notify (G_OBJECT (notebook), "group-id");
g_object_notify (G_OBJECT (notebook), "group"); g_object_notify (G_OBJECT (notebook), "group");
} }
} }