forked from AuroraMiddleware/gtk
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:
parent
c8bab6c3d5
commit
58e6fcba9d
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user