Disconnect the sync callback for the visibility property. (#321761, Philip

2005-11-18  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkaction.c (disconnect_proxy): Disconnect the
	sync callback for the visibility property.  (#321761,
	Philip Langdale)
This commit is contained in:
Matthias Clasen
2005-11-18 19:46:53 +00:00
committed by Matthias Clasen
parent 12064bf08a
commit b2d939f980
3 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2005-11-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
sync callback for the visibility property. (#321761,
Philip Langdale)
Turn off input methods in invisible entries, since
they are confusing. (#317002, James Su)

View File

@@ -1,5 +1,9 @@
2005-11-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
sync callback for the visibility property. (#321761,
Philip Langdale)
Turn off input methods in invisible entries, since
they are confusing. (#317002, James Su)

View File

@@ -1000,6 +1000,9 @@ disconnect_proxy (GtkAction *action,
g_signal_handlers_disconnect_by_func (action,
G_CALLBACK (gtk_action_sync_sensitivity),
proxy);
g_signal_handlers_disconnect_by_func (action,
G_CALLBACK (gtk_action_sync_visible),
proxy);
g_signal_handlers_disconnect_by_func (action,
G_CALLBACK (gtk_action_sync_property),
proxy);