mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Remove leftover uses/references of GtkNotebook::group-id
This commit is contained in:
parent
1a03a65e36
commit
533ea97c67
@ -935,7 +935,7 @@ gtk_notebook_class_init (GtkNotebookClass *class)
|
||||
* a notebook where the tab will be attached. It is also
|
||||
* responsible for moving/resizing the window and adding the
|
||||
* necessary properties to the notebook (e.g. the
|
||||
* #GtkNotebook:group-id ).
|
||||
* #GtkNotebook:group ).
|
||||
*
|
||||
* The default handler uses the global 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)
|
||||
{
|
||||
priv->group = group;
|
||||
g_object_notify (G_OBJECT (notebook), "group-id");
|
||||
g_object_notify (G_OBJECT (notebook), "group");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user