set the signal id to 0 after we disconnect from it

2001-11-30  jacob berkman  <jacob@ximian.com>

	* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
	signal id to 0 after we disconnect from it
This commit is contained in:
jacob berkman 2001-11-30 23:17:29 +00:00 committed by Jacob Berkman
parent 101d44881c
commit 5e0b93dc25
8 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -1,3 +1,8 @@
2001-11-30 jacob berkman <jacob@ximian.com>
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
signal id to 0 after we disconnect from it
2001-11-30 Matthias Clasen <matthiasc@poet.de>
* gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),

View File

@ -2206,6 +2206,7 @@ gtk_notebook_remove_tab_label (GtkNotebook *notebook,
if (page->mnemonic_activate_signal)
gtk_signal_disconnect (page->tab_label,
page->mnemonic_activate_signal);
page->mnemonic_activate_signal = 0;
gtk_widget_unparent (page->tab_label);
}