[gtk+/gtk-2-22] Remove leftover uses/references of GtkNotebook::group-id (cherry picked from commit 533ea97c67b2490d



commit 3b62411040295bcc085081d3db6aca544a1d4c27
Author: Xan Lopez <xan gnome org>
Date:   Fri Jul 2 22:38:39 2010 +0200

    Remove leftover uses/references of GtkNotebook::group-id
    (cherry picked from commit 533ea97c67b2490d20305f60c65e173069159f3f)

 gtk/gtknotebook.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index d038cc5..c4706a6 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -982,7 +982,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().
@@ -7737,7 +7737,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");
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]